|
| float | getVal (const float arr[], int idx1, int idx2) |
| |
| mat4 | operator* (mat4 left, const mat4 &right) |
| |
| vec3 | operator* (const mat4 &left, const vec3 &right) |
| |
| vec4 | operator* (const mat4 &left, const vec4 &right) |
| |
| std::ostream & | operator<< (std::ostream &stream, const mat4 &matrix) |
| |
| DEPRECATED double | toRadians (float degrees) |
| |
| DEPRECATED double | toDegrees (float radians) |
| |
| template<class T > |
| T DEPRECATED | clamp (T number, T min, T max, T maxX, T minX) |
| |
| template<class T > |
| T DEPRECATED | getRandomValue (T startRange, T endRange) |
| |
| vec2 | operator+ (vec2 left, const vec2 &right) |
| |
| vec2 | operator- (vec2 left, const vec2 &right) |
| |
| vec2 | operator* (vec2 left, const vec2 &right) |
| |
| vec2 | operator/ (vec2 left, const vec2 &right) |
| |
| std::ostream & | operator<< (std::ostream &stream, const vec2 &vector) |
| |
| vec3 | operator+ (vec3 left, const vec3 &right) |
| |
| vec3 | operator- (vec3 left, const vec3 &right) |
| |
| vec3 | operator* (vec3 left, const vec3 &right) |
| |
| vec3 | operator/ (vec3 left, const vec3 &right) |
| |
| vec3 | operator+ (vec3 left, const float &right) |
| |
| vec3 | operator- (vec3 left, const float &right) |
| |
| vec3 | operator* (vec3 left, const float &right) |
| |
| vec3 | operator/ (vec3 left, const float &right) |
| |
| std::ostream & | operator<< (std::ostream &stream, const vec3 &vector) |
| |
| vec4 | operator+ (vec4 left, const vec4 &right) |
| |
| vec4 | operator- (vec4 left, const vec4 &right) |
| |
| vec4 | operator* (vec4 left, const vec4 &right) |
| |
| vec4 | operator/ (vec4 left, const vec4 &right) |
| |
| std::ostream & | operator<< (std::ostream &stream, const vec4 &vector) |
| |