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