Added CSG.Connector functionality

gh-pages
Joost Nieuwenhuijse 2012-01-27 18:50:58 +01:00
parent 6fb07da2ad
commit e1bd45c7d6
1 changed files with 0 additions and 1 deletions

1
csg.js
View File

@ -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),