#include "Base/spStandard.hpp"#include "Base/spDimensionVector3D.hpp"#include "Base/spDimensionTriangle3D.hpp"#include "Base/spDimensionQuadrangle3D.hpp"#include "Base/spDimensionAABB.hpp"#include "Base/spDimensionOBB.hpp"#include "Base/spMathCore.hpp"#include <math.h>Go to the source code of this file.
| Classes | |
| class | sp::dim::plane3d< T > | 
| Namespaces | |
| namespace | sp | 
| !! | |
| namespace | sp::dim | 
| Basic classes such as vectors, planes, matrix etc. can be found in this namespace. | |
| Typedefs | |
| typedef plane3d< s32 > | sp::dim::plane3di | 
| typedef plane3d< f32 > | sp::dim::plane3df | 
| Enumerations | |
| enum | sp::dim::EPlaneAABBRelations { sp::dim::PLANE_RELATION_FRONT, sp::dim::PLANE_RELATION_BACK, sp::dim::PLANE_RELATION_CLIPPED } | 
| Relations between plane and AABB.More... | |
| enum | sp::dim::EPlanePointRelations { sp::dim::POINT_INFRONTOF_PLANE, sp::dim::POINT_BEHIND_PLANE, sp::dim::POINT_ON_PLANE } | 
| Relations between plane and point.More... | |
 1.7.1
 1.7.1