#include "Base/spStandard.hpp"
#include "Base/spDimensionVector3D.hpp"
#include "Base/spDimensionLine3D.hpp"
#include "Base/spDimensionQuadrangle3D.hpp"
Go to the source code of this file.
Classes | |
class | sp::dim::aabbox3d< T > |
Axis aligned bounding box (AABB) class for bounding volume tests. More... | |
Namespaces | |
namespace | sp |
!! | |
namespace | sp::dim |
Basic classes such as vectors, planes, matrix etc. can be found in this namespace. | |
Defines | |
#define | DefineConstOperator(op) |
#define | DefineOperator(op) |
Typedefs | |
typedef aabbox3d< s32 > | sp::dim::aabbox3di |
typedef aabbox3d< f32 > | sp::dim::aabbox3df |
#define DefineConstOperator | ( | op | ) |