#include "Base/spStandard.hpp"#include "Base/spDimensionVector3D.hpp"#include "Base/spDimensionPoint2D.hpp"Go to the source code of this file.
Classes | |
| class | sp::dim::linekd< T, Vec > |
| 3D line class for intersection tests or 3D drawing information. More... | |
| class | sp::dim::line3d< T > |
| class | sp::dim::line2d< T > |
Namespaces | |
| namespace | sp |
!! | |
| namespace | sp::dim |
Basic classes such as vectors, planes, matrix etc. can be found in this namespace. | |
Typedefs | |
| typedef linekd< s32, vector3d > | sp::dim::line3di |
| typedef linekd< f32, vector3d > | sp::dim::line3df |
| typedef linekd< s32, point2d > | sp::dim::line2di |
| typedef linekd< f32, point2d > | sp::dim::line2df |
Enumerations | |
| enum | sp::dim::ELinePointRelations { sp::dim::LINE_RELATION_START, sp::dim::LINE_RELATION_END, sp::dim::LINE_RELATION_BETWEEN } |
Relations between closest point on line to point. More... | |
1.7.1