|
Nebula
|
#include <scalar.h>
Public Attributes | ||
| union { | ||
| struct { | ||
| unsigned int x | ||
| unsigned int y | ||
| unsigned int z | ||
| unsigned int w | ||
| } | ||
| unsigned int v [4] | ||
| }; | ||
| union { ... } Math::uint4 |
| unsigned int Math::uint4::v[4] |
| unsigned int Math::uint4::w |
| unsigned int Math::uint4::x |
| unsigned int Math::uint4::y |
| unsigned int Math::uint4::z |