UNIT_X

A constant representing the unit vector along the X axis in four-dimensional space.

This vector has a value of (1.0, 0.0, 0.0, 0.0), where the first component corresponds to the X axis and the remaining components (Y, Z, W) are zero. It can be used as a basis vector or a reference for transformations and operations within the Vector4 context.