struct vec3
Declaration
struct vec3 { /* full declaration omitted */ };
Declared at: include/ekg/util/geometry.hpp:99
Member Variables
- public anonymous struct / union
Method Overview
Methods
¶inline vec3()
inline vec3()
Declared at: include/ekg/util/geometry.hpp:109
¶inline vec3(float _x, float _y, float _z)
inline vec3(float _x, float _y, float _z)
Declared at: include/ekg/util/geometry.hpp:111
Parameters
- float _x
- float _y
- float _z