소스 검색

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
 

Loading…
취소
저장