|
Unravel Engine C++ Reference
|
Go to the source code of this file.
Classes | |
| class | generator::rotate_path_t< path_t > |
| Rotates vertices, tangents and normals. More... | |
Namespaces | |
| namespace | generator |
Functions | |
| template<typename path_t > | |
| rotate_path_t< path_t > | generator::rotate_path (path_t path, const gml::dquat &rotation) |
| template<typename path_t > | |
| rotate_path_t< path_t > | generator::rotate_path (path_t path, double angle, const gml::dvec3 &axis) |
| template<typename path_t > | |
| rotate_path_t< path_t > | generator::rotate_path (path_t path, double angle, axis_t axis) |