Popov72 5 years ago
parent
commit
65e2ab08ec
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/Maths/math.vector.ts

+ 4 - 0
src/Maths/math.vector.ts

@@ -3557,6 +3557,10 @@ export class Matrix {
     private static _trackPrecisionChange = true;
     private static _TrackedMatrices: Array<Matrix> = [];
 
+    /**
+     * Gets or sets the precision of matrix computations
+     * Note that changing the precision can only be done a single time, and should be performed early in your application
+     */
     public static get Use64Bits(): boolean {
         return Matrix._Use64Bits;
     }