This is the complete list of members for LineSegClass, including all inherited members.
| Compute_Point(float t, Vector3 *set) const | LineSegClass | inline |
| Dir | LineSegClass | protected |
| DP | LineSegClass | protected |
| Find_Intersection(const LineSegClass &other_line, Vector3 *p1, float *fraction1, Vector3 *p2, float *fraction2) const | LineSegClass | |
| Find_Point_Closest_To(const Vector3 &pos) const | LineSegClass | |
| Get_Dir() const | LineSegClass | inline |
| Get_DP() const | LineSegClass | inline |
| Get_Length() const | LineSegClass | inline |
| Get_P0() const | LineSegClass | inline |
| Get_P1() const | LineSegClass | inline |
| Length | LineSegClass | protected |
| LineSegClass(void) | LineSegClass | inline |
| LineSegClass(const Vector3 &p0, const Vector3 &p1) | LineSegClass | inline |
| LineSegClass(const LineSegClass &that, const Matrix3D &tm) | LineSegClass | inline |
| P0 | LineSegClass | protected |
| P1 | LineSegClass | protected |
| recalculate(void) | LineSegClass | inlineprotected |
| Set(const Vector3 &p0, const Vector3 &p1) | LineSegClass | inline |
| Set(const LineSegClass &that, const Matrix3D &tm) | LineSegClass | |
| Set_Random(const Vector3 &min, const Vector3 &max) | LineSegClass |