d | vhdPlane | |
getDistance(const vhdVector3 &rkPoint) const | vhdPlane | |
getSide(const vhdVector3 &rkPoint) const | vhdPlane | |
GetSide(const vhdVector3 &point) const | vhdPlane | |
isParallelTo(const vhdPlane &plane) const | vhdPlane | |
NEGATIVE_SIDE enum value | vhdPlane | |
NO_SIDE enum value | vhdPlane | |
normal | vhdPlane | |
normalize() | vhdPlane | [inline, private] |
operator!=(const vhdPlane &p) const | vhdPlane | |
operator<<(std::ostream &o, vhdPlane &p) | vhdPlane | [friend] |
operator==(const vhdPlane &p) const | vhdPlane | |
POSITIVE_SIDE enum value | vhdPlane | |
setPlane(const vhdVector3 &normal, vhtReal d) | vhdPlane | |
setPlane(vhtReal a, vhtReal b, vhtReal c, vhtReal d) | vhdPlane | |
setPlane(const vhdVector3 &normal, const vhdVector3 &point) | vhdPlane | |
setPlane(const vhdVector3 &point1, const vhdVector3 &point2, const vhdVector3 &point3) | vhdPlane | |
Side enum name | vhdPlane | |
vhdPlane() | vhdPlane | |
vhdPlane(const vhdPlane &rhs) | vhdPlane | |
vhdPlane(const vhdVector3 &rkNormal, vhtReal fConstant) | vhdPlane | |
vhdPlane(const vhdVector3 &rkNormal, const vhdVector3 &rkPoint) | vhdPlane | |
vhdPlane(const vhdVector3 &rkPoint0, const vhdVector3 &rkPoint1, const vhdVector3 &rkPoint2) | vhdPlane | |