Vector3 Interface
Contains a description of a vector.
Properties
x
x: number;
X component of this vector.
Type: number
y
y: number;
Y component of this vector.
Type: number
z
z: number;
Z component of this vector.
Type: number
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Contains a description of a vector.
x: number;
X component of this vector.
Type: number
y: number;
Y component of this vector.
Type: number
z: number;
Z component of this vector.
Type: number