Class: CSGVector

CSGVector

Represents a 3D vector.


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 });