Bladeren bron

Change comment

customisations
alemart 10 maanden geleden
bovenliggende
commit
1b658b5272
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      src/geometry/vector3.ts

+ 1
- 1
src/geometry/vector3.ts Bestand weergeven

23
 /** Small number */
23
 /** Small number */
24
 const EPSILON = 1e-6;
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
 

Laden…
Annuleren
Opslaan