Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cmath>
#include <cstdarg>
#include <cstdint>
#include <limits>
#include <string>
#include <jau/float_math.hpp>
#include <jau/math/math_error.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 |