mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 20:33:30 +01:00
remove pkey method
This commit is contained in:
parent
37bce68fa2
commit
e529c69ca0
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue