This is the complete list of members for
gmtl::Plane< DATA_TYPE >, including all inherited members.
getNormal() const | gmtl::Plane< DATA_TYPE > | [inline] |
getOffset() const | gmtl::Plane< DATA_TYPE > | [inline] |
mNorm | gmtl::Plane< DATA_TYPE > | |
mOffset | gmtl::Plane< DATA_TYPE > | |
Plane() | gmtl::Plane< DATA_TYPE > | [inline] |
Plane(const Point< DATA_TYPE, 3 > &pt1, const Point< DATA_TYPE, 3 > &pt2, const Point< DATA_TYPE, 3 > &pt3) | gmtl::Plane< DATA_TYPE > | [inline] |
Plane(const Vec< DATA_TYPE, 3 > &norm, const Point< DATA_TYPE, 3 > &pt) | gmtl::Plane< DATA_TYPE > | [inline] |
Plane(const Vec< DATA_TYPE, 3 > &norm, const DATA_TYPE &dPlaneConst) | gmtl::Plane< DATA_TYPE > | [inline] |
Plane(const Plane< DATA_TYPE > &plane) | gmtl::Plane< DATA_TYPE > | [inline] |
setNormal(const Vec< DATA_TYPE, 3 > &norm) | gmtl::Plane< DATA_TYPE > | [inline] |
setOffset(const DATA_TYPE &offset) | gmtl::Plane< DATA_TYPE > | [inline] |