Describes three-component vector including operator overloads. vector3 may also represent a color value whithin the XYZ/RGB scheme, in which the values for each channel normally range between 0 and 1 for unsaturated colors.
X-axis component.
Y-axis component.
Z-axis component.
Return vector length.
Default constructor. Instantiates a zero length vector.
Copy constructor.
Instantiates a vector3 with initial values.
vector3
Instantiates a vector3 with equal values...