Popov72 hace 5 años
padre
commit
530e8bb64a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Maths/math.vector.ts

+ 1 - 1
src/Maths/math.vector.ts

@@ -3567,7 +3567,7 @@ export class Matrix {
     /**
      * Switch the matrix computations to 64 bits mode
      */
-    public static switchTo64Bits() {
+    public static SwitchTo64Bits() {
         if (Matrix._Use64Bits) {
             return;
         }