jbousquie 9 years ago
parent
commit
3ffa9078fb
1 changed files with 3 additions and 3 deletions
  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[] {
         public getTangents(): Vector3[] {
             return this._tangents;
             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[] {
         public getNormals(): Vector3[] {
             return this._normals;
             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[] {
         public getBinormals(): Vector3[] {
             return this._binormals;
             return this._binormals;