Преглед на файлове

New Path3D functionality (doc)

Poolminer преди 5 години
родител
ревизия
9eb607dbff
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Maths/math.path.ts

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

@@ -506,7 +506,7 @@ export class Path3D {
     }
 
     /**
-     * Returns the position of the closest virtual point on this path, from 0.0 to 1.0
+     * Returns the position of the closest virtual point on this path to an arbitrary Vector3, from 0.0 to 1.0
      * @param target the vector of which to get the closest position to
      */
     public getClosestPositionTo(target: Vector3) {