Constructor of Vector4.
The x component of the vector, default 0
The y component of the vector, default 0
The z component of the vector, default 0
The w component of the vector, default 0
Internal
Internal
_wInternal
_xInternal
_yInternal
_zStatic
Readonly
Internal
_oneStatic
Readonly
Internal
_zeroThe w component of the vector.
The x component of the vector.
The y component of the vector.
The z component of the vector.
Static
addStatic
distanceStatic
distanceStatic
divideStatic
dotStatic
equalsStatic
lerpStatic
maxStatic
minStatic
multiplyStatic
negateStatic
normalizeStatic
scaleStatic
subtractStatic
transformStatic
transformPerforms a transformation using the given quaternion.
The vector to transform
The transform quaternion
The transformed vector
Generated using TypeDoc
Describes a 4D-vector.