Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
This is the complete list of members for SbPlane, including all inherited members.
getDistance(const SbVec3f &point) const | SbPlane | |
getDistanceFromOrigin(void) const | SbPlane | |
getNormal(void) const | SbPlane | |
intersect(const SbLine &l, SbVec3f &intersection) const | SbPlane | |
intersect(const SbPlane &pl, SbLine &line) const | SbPlane | |
isInHalfSpace(const SbVec3f &point) const | SbPlane | |
offset(const float d) | SbPlane | |
operator!=(const SbPlane &p1, const SbPlane &p2) | SbPlane | friend |
operator==(const SbPlane &p1, const SbPlane &p2) | SbPlane | friend |
print(FILE *file) const | SbPlane | |
SbPlane(void) | SbPlane | |
SbPlane(const SbVec3f &normal, const float D) | SbPlane | |
SbPlane(const SbVec3f &p0, const SbVec3f &p1, const SbVec3f &p2) | SbPlane | |
SbPlane(const SbVec3f &normal, const SbVec3f &point) | SbPlane | |
transform(const SbMatrix &matrix) | SbPlane |