struct vec4
Declaration
struct vec4 { /* full declaration omitted */ };
Declared at: include/ekg/util/geometry.hpp:118
Member Variables
- public anonymous struct / union
Method Overview
- public inline vec4()
- public inline vec4(float _x, float _y, float _z, float _w)
- public inline vec4(float _x, float _y, const ekg::vec2 & _v)
- public inline vec4(const ekg::vec2 & _v, float _z, float _w)
- public inline vec4(const ekg::vec2 & l, const ekg::vec2 & r)
- public inline vec4(const ekg::vec4 & _v, float _z)
Methods
¶inline vec4()
inline vec4()
Declared at: include/ekg/util/geometry.hpp:129
¶inline vec4(float _x,
float _y,
float _z,
float _w)
inline vec4(float _x,
float _y,
float _z,
float _w)
Declared at: include/ekg/util/geometry.hpp:131
Parameters
- float _x
- float _y
- float _z
- float _w
¶inline vec4(float _x,
float _y,
const ekg::vec2& _v)
inline vec4(float _x,
float _y,
const ekg::vec2& _v)
Declared at: include/ekg/util/geometry.hpp:138
Parameters
- float _x
- float _y
- const ekg::vec2& _v
¶inline vec4(const ekg::vec2& _v,
float _z,
float _w)
inline vec4(const ekg::vec2& _v,
float _z,
float _w)
Declared at: include/ekg/util/geometry.hpp:145
Parameters
- const ekg::vec2& _v
- float _z
- float _w
¶inline vec4(const ekg::vec2& l,
const ekg::vec2& r)
inline vec4(const ekg::vec2& l,
const ekg::vec2& r)
Declared at: include/ekg/util/geometry.hpp:152
Parameters
¶inline vec4(const ekg::vec4& _v, float _z)
inline vec4(const ekg::vec4& _v, float _z)
Declared at: include/ekg/util/geometry.hpp:159
Parameters
- const ekg::vec4& _v
- float _z