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