etk::Plane< T > Member List
This is the complete list of members for etk::Plane< T >, including all inherited members.
calculateIntercept(const etk::Vector3D< T > &_pointOnPlane) | etk::Plane< T > | inline |
getDistance(const etk::Vector3D< T > &_point) const | etk::Plane< T > | inline |
getIntercept() const | etk::Plane< T > | inline |
getNormal() const | etk::Plane< T > | inline |
intersect3(const Plane< T > &_p2, const Plane< T > &_p3) | etk::Plane< T > | inline |
linearInterpolate(const Plane< T > &_p2, float _factor) | etk::Plane< T > | inline |
normalize() | etk::Plane< T > | inline |
operator!=(const Plane< T > &_obj) const | etk::Plane< T > | inline |
operator==(const Plane< T > &_obj) const | etk::Plane< T > | inline |
Plane() | etk::Plane< T > | inline |
Plane(etk::Vector3D< T > _normal, T _intercept=0) | etk::Plane< T > | inline |
Plane(const Plane &_obj) | etk::Plane< T > | inline |
setFromPoints(const etk::Vector3D< T > &_p0, const etk::Vector3D< T > &_p1, const etk::Vector3D< T > &_p2) | etk::Plane< T > | inline |
setIntercept(float _intercept) | etk::Plane< T > | inline |
setNormal(const etk::Vector3D< T > &_obj) | etk::Plane< T > | inline |