瀏覽代碼

Add comment for a parameter

michalzr 4 年之前
父節點
當前提交
f7b7473443
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Maths/math.vector.ts

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

@@ -3457,6 +3457,7 @@ export class Quaternion {
      * Updates a quaternion so that it rotates vector vecFrom to vector vecTo
      * @param vecFrom defines the direction vector from which to rotate
      * @param vecTo defines the direction vector to which to rotate
+     * @param result the quaternion to store the result
      * @returns the updated quaternion
      */
     public static FromUnitVectorsToRef(vecFrom: DeepImmutable<Vector3>, vecTo: DeepImmutable<Vector3>, result: Quaternion): Quaternion {