Popov72 5 năm trước cách đây
mục cha
commit
65e2ab08ec
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
     }