![]() |
ImFusion SDK 4.3
|
This is the complete list of members for LineSegment, including all inherited members.
| clampLambda(double lambda) const override | LineSegment | virtual |
| closestPoint(const vec3 &p) const | LineBase | |
| cylinderWallIntersection(const Line &axis, double radius) const | LineBase | |
| direction() const override | LineSegment | virtual |
| distanceToPoint(const vec3 &p) const | LineBase | |
| end() const | LineSegment | |
| includesPoint(const vec3 &p) const | LineBase | |
| isApprox(const LineSegment &) const | LineSegment | |
| lambdaToPoint(double lambda) const | LineBase | |
| length() const | LineSegment | |
| LineBase(const vec3 &p) (defined in LineBase) | LineBase | protected |
| LineSegment(const vec3 &start, const vec3 &end) | LineSegment | |
| LineSegment(const LineSegment &)=default (defined in LineSegment) | LineSegment | |
| m_end | LineSegment | protected |
| m_point | LineBase | protected |
| operator!=(const LineSegment &) const (defined in LineSegment) | LineSegment | |
| operator=(const LineSegment &)=default (defined in LineSegment) | LineSegment | |
| operator==(const LineSegment &) const | LineSegment | |
| point() const | LineBase | |
| pointToLambda(const vec3 &p) const | LineBase | |
| shortestConnectingLine(const Line &l) const | LineSegment | |
| shortestConnectingLine(const LineSegment &l) const (defined in LineSegment) | LineSegment | |
| start() const | LineSegment | |
| ~LineBase()=default (defined in LineBase) | LineBase | virtual |