Flexible vector template with some math utils.
By default defines glsl style aliases
GLSL style alias
Vector structure with data accesible with [N] or swizzling.
Is V a vector with any size and any type
Is V a vector with size n and any type
Is V a vector with any size and type T
Is V a vector with size N and type T
See Source File
Flexible vector template with some math utils.
By default defines glsl style aliases