Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed extraneous printouts.
  • Loading branch information
Andrew Lawson authored and Andrew Lawson committed Dec 11, 2014
1 parent 4719dae commit 1e24267
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geometric_separators.pde
Expand Up @@ -298,7 +298,6 @@ CenterAndSphere getSeparator(ArrayList<PVector> input) {
unitVector.y = Math.abs(unitVector.y);
unitVector.z = Math.abs(unitVector.z);
}
System.out.println(unitVector.z);
float radius = getRadius(centerPoint, unitVector);
float[] sphereAttributes = getSphereAttr(centerPoint, unitVector, radius);
PShape separator = createShape(ELLIPSE, sphereAttributes);
Expand Down

0 comments on commit 1e24267

Please sign in to comment.