Popov72 преди 5 години
родител
ревизия
65e2ab08ec
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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;
     }