Skip to content

Commit

Permalink
コメント修正
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Jan 2, 2024
1 parent a430c9f commit 87adbe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/gss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as THREE from "three";

/// 一般化螺旋集合を用いて、球面上に点を一様分布する正規ベクトルの配列を生成する。
/// @param n 点の数
/// @param functor コールバック関数
export const GSS = (n: number): THREE.Vector3[] => {

if (n < 1) return [];
Expand Down

0 comments on commit 87adbe3

Please sign in to comment.