Explorar o código

QuickHull3: Clean up

Mugen87 %!s(int64=8) %!d(string=hai) anos
pai
achega
7a9c076f6d
Modificáronse 2 ficheiros con 1 adicións e 3 borrados
  1. 0 2
      src/math/convexhull/QuickHull3.js
  2. 1 1
      src/math/convexhull/VertexList.js

+ 0 - 2
src/math/convexhull/QuickHull3.js

@@ -12,8 +12,6 @@ import { MergeNonConvexLargerFace, MergeNonConvex } from '../../constants';
  *
  */
 
-var c = 0;
-
 function QuickHull3() {
 
 	this.tolerance = - 1;

+ 1 - 1
src/math/convexhull/VertexList.js

@@ -78,7 +78,7 @@ Object.assign( VertexList.prototype, {
 
   },
 
-  // Appends a 'node' to the end of this doubly linked list
+  // Appends a vertex to the end of this doubly linked list
 
   append: function ( vertex ) {