|
Lluvia
|
3-vector More...
#include <types.h>
Public Member Functions | |
| vec3 () | |
| vec3 (const T &value) | |
| vec3 (const T &x_, const T &y_, const T &z_) | |
Public Attributes | |
| T | x {0} |
| T | y {0} |
| T | z {0} |
3-vector
| T | component type. |
| T ll::vec3< T >::x {0} |
| T ll::vec3< T >::y {0} |
| T ll::vec3< T >::z {0} |