Urho3D
|
#include "../Math/BoundingBox.h"
#include "../Math/Matrix3x4.h"
#include "../Math/Plane.h"
#include "../Math/Rect.h"
#include "../Math/Sphere.h"
Classes | |
class | Urho3D::Frustum |
Convex constructed of 6 planes. More... | |
Enumerations | |
enum | Urho3D::FrustumPlane { PLANE_NEAR = 0 , PLANE_LEFT , PLANE_RIGHT , PLANE_UP , PLANE_DOWN , PLANE_FAR } |
Frustum planes. | |
Variables | |
constexpr i32 | Urho3D::NUM_FRUSTUM_PLANES = 6 |
constexpr i32 | Urho3D::NUM_FRUSTUM_VERTICES = 8 |