1 #ifndef BLUB_MATH_PLANE_HPP
2 #define BLUB_MATH_PLANE_HPP
4 #include "blub/math/vector3.hpp"
19 #ifndef BLUB_NO_OGRE3D
20 plane(
const Ogre::Plane &vec);
21 operator Ogre::Plane()
const;
40 bool operator==(
const plane& rhs)
const
42 return rhs.d == d && rhs.normal == normal;
44 bool operator!=(
const plane& rhs)
const
46 return rhs.d != d || rhs.normal != normal;
57 #endif // BLUB_MATH_PLANE_HPP
Definition: vector3.hpp:26
real getDistance(const vector3 &rkPoint) const
Definition: plane.cpp:57
Definition: deadlineTimer.hpp:10
Definition: axisAlignedBox.hpp:10