X coordinate to initialize with.
Y coordinate to initialize with.
Z coordinate to initialize with.
W coordinate to initialize with.
Number of dimensions this array is using.
W coordinate of this vector.
W coordinate of this vector.
X coordinate of this vector.
X coordinate of this vector.
Y coordinate of this vector.
Y coordinate of this vector.
Z coordinate of this vector.
Z coordinate of this vector.
Index of the vector to get. 0 for x, 1 for y, 2 for z, 3 for w.
Value at index.
Dimension we want to get the size of.
Size of this dimension.
All unused dimensions will return 0.
Position we want to retrieve value from.
If position array has fewer dimensions than this array, they will be treated as 0.
Value at position.
Index of the vector to change. 0 for x, 1 for y, 2 for z, 3 for w.
New value of this coordinate.
Position we want to store value to.
If position array has fewer dimensions than this array, they will be treated as 0.
Value we want to store at position.
A copy of the internal array backing this vector.
StaticfromA new vector representing zero in all coordinates.
Represents a direction in space.