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