jbousquie 9 년 전
부모
커밋
3ffa9078fb
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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;