浏览代码

Change comment

customisations
alemart 10 个月前
父节点
当前提交
1b658b5272
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/geometry/vector3.ts

+ 1
- 1
src/geometry/vector3.ts 查看文件

@@ -23,7 +23,7 @@
23 23
 /** Small number */
24 24
 const EPSILON = 1e-6;
25 25
 
26
-// public / non-internal methods do not change the contents of the quaternion
26
+// public / non-internal methods do not change the contents of the vector
27 27
 
28 28
 
29 29
 

正在加载...
取消
保存