vector
Show Deprecated
This library implements functionality for the vector type in addition to the built-in primitive operator support. It uses vectors with three components (x, y, and z).
Individual vector components can be accessed using the fields x or X, y or Y, z or Z. Since vector values are immutable, writing to individual components is not supported.
Summary
Functions
Functions
Properties
zero
Constant vector with all components set to 0.
one
Constant vector with all components set to 1.