提交 0ac2f91f 编写于 作者: M Mugen87

QuickHull3: Format

上级 2db983b0
...@@ -557,7 +557,7 @@ Object.assign( QuickHull3.prototype, { ...@@ -557,7 +557,7 @@ Object.assign( QuickHull3.prototype, {
for ( i = 0; i < 4; i ++ ) { for ( i = 0; i < 4; i ++ ) {
this.faces.push( faces[ i ] ); this.faces.push( faces[ i ] );
} }
...@@ -802,9 +802,9 @@ Object.assign( QuickHull3.prototype, { ...@@ -802,9 +802,9 @@ Object.assign( QuickHull3.prototype, {
// reassign 'unassigned' vertices to the new faces // reassign 'unassigned' vertices to the new faces
this.resolveUnassignedPoints( this.newFaces ); this.resolveUnassignedPoints( this.newFaces );
return this; return this;
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册