#include <cmath>Go to the source code of this file.
Data Structures | |
| class | renderstack::vec3 |
| simple three component float vector More... | |
Namespaces | |
| namespace | renderstack |
Functions | |
| float | renderstack::dot (vec3 const &v1, vec3 const &v2) |
| vec3 | renderstack::cross (vec3 const &v1, vec3 const &v2) |
| vec3 | renderstack::normalize (vec3 const &v) |
| float | renderstack::radian_mod_2pi (float angle_radians) |
| vec3 | renderstack::hpb_mod_2pi (vec3 const &hpb) |
Definition in file vec3.hpp.
1.6.3