#include <cmath>
Go to the source code of this file.
Data Structures | |
class | renderstack::vec4 |
simple four component float vector More... | |
Namespaces | |
namespace | renderstack |
Functions | |
float | renderstack::dot (vec4 const &v1, vec4 const &v2) |
vec4 | renderstack::normalize (vec4 const &v) |
vec3 | renderstack::homogenize (vec4 const &v) |
vec4 | renderstack::cross (vec4 const &r, vec4 const &s, vec4 const &t) |
Definition in file vec4.hpp.