Zia.Vector3 Class

Represents a 3-dimensional vector.

Constructor

Name Description
Vector3

Constructs a new 3-dimensional vector.


Constructor

new Zia.Vector3 (x, y, z) constructor

Defined in Vector3.js:40

Constructs a new 3-dimensional vector.

Parameters

Name Type Description
x Number optional

The value for the x coordinate.

Defaults to 0.0.
y Number optional

The value for the y coordinate.

Defaults to 0.0.
z Number optional

The value for the z coordinate.

Defaults to 0.0.