jbousquie 9 năm trước cách đây
mục cha
commit
3ffa9078fb
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/Math/babylon.math.ts

+ 3 - 3
src/Math/babylon.math.ts

@@ -3153,7 +3153,7 @@
         }
 
         /**
-         * Returns an array populated with tangent vectors on each Path3D curve points.
+         * Returns an array populated with tangent vectors on each Path3D curve point.
          */
         public getTangents(): Vector3[] {
             return this._tangents;
@@ -3161,7 +3161,7 @@
 
 
         /**
-         * Returns an array populated with normal vectors on each Path3D curve points.
+         * Returns an array populated with normal vectors on each Path3D curve point.
          */
         public getNormals(): Vector3[] {
             return this._normals;
@@ -3169,7 +3169,7 @@
 
 
         /**
-         * Returns an array populated with binormal vectors on each Path3D curve points.
+         * Returns an array populated with binormal vectors on each Path3D curve point.
          */
         public getBinormals(): Vector3[] {
             return this._binormals;