|
| Vec2F (const Vec2Si32 &v) |
|
| Vec2F (float a) |
|
| Vec2F (float a, float b) |
|
| Vec2F (float const *const v) |
|
Vec2F & | operator*= (float const &s) |
|
Vec2F & | operator*= (Vec2F const &v) |
|
Vec2F & | operator+= (float const &s) |
|
Vec2F & | operator+= (Vec2F const &v) |
|
Vec2F & | operator-= (float const &s) |
|
Vec2F & | operator-= (Vec2F const &v) |
|
Vec2F & | operator/= (float const &s) |
|
Vec2F & | operator/= (Vec2F const &v) |
|
Vec2F & | operator= (Vec2F const &v) |
|
float & | operator[] (Si32 i) |
|
const float & | operator[] (Si32 i) const |
|
Vec2F | xx () const |
|
Vec2F | xy () const |
|
Vec2F | yx () const |
|
Vec2F | yy () const |
|
|
union { |
struct { |
float x |
|
float y |
|
} | |
|
float element [2] |
|
}; | |
|
|
std::ostream & | operator<< (std::ostream &os, const Vec2F &vec) |
|
The documentation for this struct was generated from the following file:
- /builds/seaice/arctic/engine/vec2f.h