Vector.__anonymous

The components of the vector

class Vector(T, uint dimensions)
union __anonymous {}

Members

Variables

components
T[dimensions] components;

The components of the vector

Meta