remove pkey method

This commit is contained in:
Val Erastov 2015-08-30 12:13:26 -07:00
parent 37bce68fa2
commit e529c69ca0

View file

@ -163,10 +163,6 @@ TCAD.craft.extrude = function(app, face, faces, height) {
return TCAD.craft.reconstruct(meld);
};
TCAD.craft.pkey = function(point) {
return point.x + ":" + point.y + ":" + point.z;
}
TCAD.craft._pointOnLine = function(p, a, b) {
var ab = a.minus(b);