#include "Base/spStandard.hpp"
#include "Base/spMath.hpp"
#include <list>
Go to the source code of this file.
Classes | |
struct | sp::math::STriangleCut |
Namespaces | |
namespace | sp |
!! | |
namespace | sp::math |
This namespace contains all mathematical basic functions such as sine, cosine, distance calculations etc. | |
namespace | sp::math::TriangleCutter |
Enumerations | |
enum | sp::math::ETriangleCutResults { sp::math::TRIANGLECUT_NONE, sp::math::TRIANGLECUT_QUAD_AND_TRIANGLE, sp::math::TRIANGLECUT_TWO_TRIANGLES } |
Possible results of a triangle clip. More... | |
Functions | |
SP_EXPORT ETriangleCutResults | sp::math::TriangleCutter::cutTriangle (const dim::triangle3df &Triangle, const dim::plane3df &ClipPlane, STriangleCut &Cut) |
SP_EXPORT bool | sp::math::TriangleCutter::cutTriangle (const dim::triangle3df &Triangle, const dim::aabbox3df &ClipBox, std::list< dim::triangle3df > &Cut) |