This commit is contained in:
Val Erastov 2015-01-30 16:27:10 -08:00
parent 658f2220ee
commit 0d08ed3b16

View file

@ -1,6 +1,5 @@
TCAD.Vector = function(x, y, z) {
this.x = x || 0;
this.y = y || 0;
this.z = z || 0;