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