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