mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 04:45:06 +01:00
cosmetic
This commit is contained in:
parent
658f2220ee
commit
0d08ed3b16
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
TCAD.Vector = function(x, y, z) {
|
||||
|
||||
this.x = x || 0;
|
||||
this.y = y || 0;
|
||||
this.z = z || 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue