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