ソースを参照

TS: Fixed Vector3 link. Fixes #20950

Mr.doob 4 年 前
コミット
e434971feb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/math/Vector3.d.ts

+ 1 - 1
src/math/Vector3.d.ts

@@ -20,7 +20,7 @@ type Vector3Tuple = [number, number, number];
  * const c = new THREE.Vector3();
  * const c = new THREE.Vector3();
  * c.crossVectors( a, b );
  * c.crossVectors( a, b );
  *
  *
- * @see {@link https://github.com/mrdoob/three.js/blob/master/src/math/Vector3.js|src/math/Vector3.js}
+ * @see {@link https://github.com/mrdoob/three.js/blob/master/src/math/Vector3.js}
  *
  *
  * ( class Vector3 implements Vector<Vector3> )
  * ( class Vector3 implements Vector<Vector3> )
  */
  */