|
Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <cmath>#include <cstdarg>#include <string>#include <jau/float_math.hpp>#include <jau/math/vec3f.hpp>#include <jau/math/vec4f.hpp>#include <jau/math/mat4f.hpp>#include <jau/math/fov_hv_halves.hpp>#include <jau/math/geom/aabbox3f.hpp>Go to the source code of this file.
Classes | |
| class | jau::math::geom::Frustum::FovDesc |
Frustum description by fovhv and zNear, zFar. More... | |
| class | jau::math::geom::Frustum |
Providing frustum planes derived by different inputs (P*MV, ..) used to classify objects. More... | |
| class | jau::math::geom::Frustum::Plane |
| Plane equation := dot(n, x - p) = 0 -> Ax + By + Cz + d == 0. More... | |
Namespaces | |
| namespace | jau |
| __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros. | |
| namespace | jau::math |
| namespace | jau::math::geom |