|
Open Inventor Reference
|
This is the complete list of members for SbLine, including all inherited members.
| getClosestPoint(const SbVec3f &point) const | SbLine | |
| getClosestPoints(const SbLine &line2, SbVec3f &ptOnThis, SbVec3f &ptOnLine2) const | SbLine | |
| getDirection() const | SbLine | inline |
| getPosition() const | SbLine | inline |
| intersect(const SbBox3f &box, SbVec3f &enter, SbVec3f &exit) const | SbLine | |
| intersect(float angle, const SbBox3f &box) const | SbLine | |
| intersect(float angle, const SbVec3f &point) const | SbLine | |
| intersect(float angle, const SbVec3f &v0, const SbVec3f &v1, SbVec3f &pt) const | SbLine | |
| intersect(const SbVec3f &v0, const SbVec3f &v1, const SbVec3f &v2, SbVec3f &pt, SbVec3f &barycentric, bool &front) const | SbLine | |
| SbLine() | SbLine | inline |
| SbLine(const SbVec3f &p0, const SbVec3f &p1) | SbLine | |
| setValue(const SbVec3f &p0, const SbVec3f &p1) | SbLine |