model.ixx File
Model transform helper functions. More...
Included Headers
#include <cmath>
#include <helios.math.types>
Namespaces Index
| namespace | helios |
| namespace | math |
| namespace | transform |
Description
Model transform helper functions.
File Listing
The file content with the documentation metadata removed is:
13namespace helios::math::transform {
15 constexpr mat4f make_rodrigues_rotation_matrix(
18 const vec3f& normalized_axis
28 return mat4f{
50export namespace helios::math {
65 return model * transform::make_rodrigues_rotation_matrix(
66 std::cos(radians),
67 std::sin(radians),
83 mat4f t = model;
101 mat4f t = model;
121 mat4f t = model;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.