提交 9909b204 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #11823 from mrdoob/WestLangley-plane

Plane.js: add comment
......@@ -7,6 +7,8 @@ import { Vector3 } from './Vector3';
function Plane( normal, constant ) {
// normal is assumed to be normalized
this.normal = ( normal !== undefined ) ? normal : new Vector3( 1, 0, 0 );
this.constant = ( constant !== undefined ) ? constant : 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册