Plane< T > Member List
This is the complete list of members for
Plane< T >, including all inherited members.
computeSignedDistance(const Point &p) const | Plane< T > | |
computeSignedDistanceAndClosestPoint(const Point &x, Point *closestPoint) const | Plane< T > | |
getNormal() const | Plane< T > | [inline] |
getPointOn() const | Plane< T > | [inline] |
isValid() const | Plane< T > | |
make(const Point &a, const Point &b, const Point &c) | Plane< T > | |
Number typedef | Plane< T > | |
operator!=(const Plane< T > &x, const Plane< T > &y) | Plane< T > | [related] |
operator+(const Plane< T > &x) | Plane< T > | [related] |
operator+=(const Point &p) | Plane< T > | [inline] |
operator-(const Plane< T > &x) | Plane< T > | [related] |
operator-=(const Point &p) | Plane< T > | [inline] |
operator<<(std::ostream &out, const Plane< T > &x) | Plane< T > | [related] |
operator=(const Plane &other) | Plane< T > | |
operator==(const Plane< T > &x, const Plane< T > &y) | Plane< T > | [related] |
operator>>(std::istream &in, Plane< T > &x) | Plane< T > | [related] |
Plane() | Plane< T > | |
Plane(const Point &point, const Point &normal) | Plane< T > | |
Plane(const Point &a, const Point &b, const Point &c) | Plane< T > | |
Plane(const Plane< T > &other) | Plane< T > | |
Point typedef | Plane< T > | |
~Plane() | Plane< T > | [inline] |