| _distance | osg::Plane | [private] |
| _normalVec | osg::Plane | [private] |
| distance(const Pnt3f &point) const | osg::Plane | [inline] |
| getDistanceFromOrigin(void) const | osg::Plane | [inline] |
| getNormal(void) const | osg::Plane | [inline] |
| intersect(const Plane &pl, Line &intersection) const | osg::Plane | |
| intersect(const Line &l, Pnt3f &intersection) const | osg::Plane | |
| intersect(const Line &l, Real32 &t) const | osg::Plane | |
| intersectInfinite(const Line &l, Real32 &t) const | osg::Plane | |
| intersectInfinite(const Line &l, Pnt3f &intersection) const | osg::Plane | |
| isInHalfSpace(const Pnt3f &point) const | osg::Plane | |
| isOnPlane(const Pnt3f &point) const | osg::Plane | |
| offset(Real32 d) | osg::Plane | |
| operator!=(const Plane &p1, const Plane &p2) | osg::Plane | [friend] |
| operator==(const Plane &p1, const Plane &p2) | osg::Plane | [friend] |
| Plane(void) | osg::Plane | |
| Plane(const Plane &obj) | osg::Plane | |
| Plane(const Pnt3f &p0, const Pnt3f &p1, const Pnt3f &p2) | osg::Plane | |
| Plane(const Vec3f &n, Real32 d) | osg::Plane | |
| Plane(const Vec3f &n, const Pnt3f &p) | osg::Plane | |
| set(const Vec3f &normal, Real32 distance) | osg::Plane | [inline] |
| set(Real32 x, Real32 y, Real32 z, Real32 distance) | osg::Plane | [inline] |
| set(const Vec4f &plane) | osg::Plane | [inline] |
| transform(const Matrix &matrix) | osg::Plane | |