From 0ac2f91f1d3b0d5130a0f21035ca87a173721738 Mon Sep 17 00:00:00 2001 From: Mugen87 Date: Sat, 11 Mar 2017 11:35:09 +0100 Subject: [PATCH] QuickHull3: Format --- src/math/convexhull/QuickHull3.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/math/convexhull/QuickHull3.js b/src/math/convexhull/QuickHull3.js index ae040a4efa..5870cd342a 100644 --- a/src/math/convexhull/QuickHull3.js +++ b/src/math/convexhull/QuickHull3.js @@ -557,7 +557,7 @@ Object.assign( QuickHull3.prototype, { for ( i = 0; i < 4; i ++ ) { - this.faces.push( faces[ i ] ); + this.faces.push( faces[ i ] ); } @@ -802,9 +802,9 @@ Object.assign( QuickHull3.prototype, { // reassign 'unassigned' vertices to the new faces - this.resolveUnassignedPoints( this.newFaces ); + this.resolveUnassignedPoints( this.newFaces ); - return this; + return this; }, -- GitLab