new CSGVector()
Creates a new 3D vector.
Example
new PD.CSG.Vector(1, 2, 3);
new PD.CSG.Vector([ 1, 2, 3 ]);
new PD.CSG.Vector({ x: 1, y: 2, z: 3 });
Represents a 3D vector.
Creates a new 3D vector.
new PD.CSG.Vector(1, 2, 3);
new PD.CSG.Vector([ 1, 2, 3 ]);
new PD.CSG.Vector({ x: 1, y: 2, z: 3 });