Appearance
function createVector( x: number, y: number, z: number): vector;
Create a 3D vector.
x
number
y
z
vector
New vector with the provided coordinates.