|
| vec4 () |
|
| vec4 (vec3 V, float W) |
|
| vec4 (float X, float Y, float Z, float W) |
|
| vec4 (float S) |
|
vec4 | operator- () const |
|
vec4 | operator+ (const vec4 &rhs) const |
|
vec4 | operator* (const vec4 &rhs) const |
|
vec4 | operator- (const vec4 &rhs) const |
|
vec4 | operator* (const float s) const |
|
vec4 | operator/ (const float s) const |
|
vec4 & | operator*= (const float s) |
|
vec4 & | operator+= (const vec4 &rhs) |
|
vec4 & | operator*= (const vec4 &rhs) |
|
vec4 & | operator-= (const vec4 &rhs) |
|
float & | operator[] (unsigned int i) |
|
const float & | operator[] (unsigned int i) const |
|
vec3 | xyz () const |
|
| vec4 () |
|
| vec4 (float s) |
|
| vec4 (float x, float y, float z, float w) |
|
| vec4 (const float *vec) |
|
| vec4 (const vec3 &vec, float v) |
|
| vec4 (const vec2 &a, const vec2 &b) |
|
| vec4 (const vec2 &a, float b, float c) |
|
| operator vec3 () const |
|
| vec4 () |
|
| vec4 (float s) |
|
| vec4 (float x, float y, float z, float w) |
|
| vec4 (const float *vec) |
|
| vec4 (const vec3 &vec, float v) |
|
| vec4 (const vec2 &a, const vec2 &b) |
|
| operator vec3 () const |
|
| vec4 () |
|
| vec4 (vec3 V, float W) |
|
| vec4 (float X, float Y, float Z, float W) |
|
| vec4 (float S) |
|
vec4 | operator- () const |
|
vec4 | operator+ (const vec4 &rhs) const |
|
vec4 | operator* (const vec4 &rhs) const |
|
vec4 | operator- (const vec4 &rhs) const |
|
vec4 | operator* (const float s) const |
|
vec4 | operator/ (const float s) const |
|
vec4 & | operator*= (const float s) |
|
vec4 & | operator+= (const vec4 &rhs) |
|
vec4 & | operator*= (const vec4 &rhs) |
|
vec4 & | operator-= (const vec4 &rhs) |
|
float & | operator[] (unsigned int i) |
|
const float & | operator[] (unsigned int i) const |
|
vec3 | xyz () const |
|
| vec4 () |
|
| vec4 (float s) |
|
| vec4 (float x, float y, float z, float w) |
|
| vec4 (const float *vec) |
|
| vec4 (const vec3 &vec, float v) |
|
| vec4 (const vec2 &a, const vec2 &b) |
|
| vec4 () |
|
| vec4 (vec3 V, float W) |
|
| vec4 (float X, float Y, float Z, float W) |
|
| vec4 (float S) |
|
vec4 | operator- () const |
|
vec4 | operator+ (const vec4 &rhs) const |
|
vec4 | operator* (const vec4 &rhs) const |
|
vec4 | operator- (const vec4 &rhs) const |
|
vec4 | operator* (const float s) const |
|
vec4 | operator/ (const float s) const |
|
vec4 & | operator*= (const float s) |
|
vec4 & | operator+= (const vec4 &rhs) |
|
vec4 & | operator*= (const vec4 &rhs) |
|
vec4 & | operator-= (const vec4 &rhs) |
|
float & | operator[] (unsigned int i) |
|
const float & | operator[] (unsigned int i) const |
|
vec3 | xyz () const |
|
| vec4 () |
|
| vec4 (vec3 V, float W) |
|
| vec4 (float X, float Y, float Z, float W) |
|
| vec4 (float S) |
|
vec4 | operator- () const |
|
vec4 | operator+ (const vec4 &rhs) const |
|
vec4 | operator* (const vec4 &rhs) const |
|
vec4 | operator- (const vec4 &rhs) const |
|
vec4 | operator* (const float s) const |
|
vec4 | operator/ (const float s) const |
|
vec4 & | operator*= (const float s) |
|
vec4 & | operator+= (const vec4 &rhs) |
|
vec4 & | operator*= (const vec4 &rhs) |
|
vec4 & | operator-= (const vec4 &rhs) |
|
float & | operator[] (unsigned int i) |
|
const float & | operator[] (unsigned int i) const |
|
vec3 | xyz () const |
|
Definition at line 75 of file matrix.h.