From e1bd45c7d684e2903f677134cf4fc63fe56f5d6b Mon Sep 17 00:00:00 2001 From: Joost Nieuwenhuijse Date: Fri, 27 Jan 2012 18:50:58 +0100 Subject: [PATCH] Added CSG.Connector functionality --- csg.js | 1 - 1 file changed, 1 deletion(-) diff --git a/csg.js b/csg.js index eeedf49..81044fd 100644 --- a/csg.js +++ b/csg.js @@ -3391,7 +3391,6 @@ CSG.Connector.prototype = { other = other.normalized(); // shift to the origin: var transformation = CSG.Matrix4x4.translation(this.point.negated()); -var check = us.transform(transformation); // construct the plane crossing through the origin and the two axes: var axesplane = CSG.Plane.anyPlaneFromVector3Ds( new CSG.Vector3D(0,0,0),