未验证 提交 e434971f 编写于 作者: M Mr.doob 提交者: GitHub

TS: Fixed Vector3 link. Fixes #20950

上级 b423c2bd
......@@ -20,7 +20,7 @@ type Vector3Tuple = [number, number, number];
* const c = new THREE.Vector3();
* 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> )
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册