This is the complete list of members for ot::Math, including all inherited members.
| calculatePointOnBezierCurve(double _t, double _startX, double _startY, double _control1X, double _control1Y, double _control2X, double _control2Y, double _endX, double _endY) | ot::Math | static |
| calculatePointOnBezierCurve(double _t, const Point2DD &_start, const Point2DD &_control1, const Point2DD &_control2, const Point2DD &_end) | ot::Math | inlinestatic |
| calculateShortestDistanceFromPointToBezierCurve(double _px, double _py, double _startX, double _startY, double _control1X, double _control1Y, double _control2X, double _control2Y, double _endX, double _endY) | ot::Math | static |
| calculateShortestDistanceFromPointToBezierCurve(const Point2DD &_pt, const Point2DD &_start, const Point2DD &_control1, const Point2DD &_control2, const Point2DD &_end) | ot::Math | inlinestatic |
| calculateShortestDistanceFromPointToLine(double _px, double _py, double _x1, double _y1, double _x2, double _y2) | ot::Math | static |
| calculateShortestDistanceFromPointToLine(const Point2DD &_pt, const Point2DD &_lineStart, const Point2DD &_lineEnd) | ot::Math | inlinestatic |
| euclideanDistance(double _x1, double _y1, double _x2, double _y2) | ot::Math | static |
| euclideanDistance(const Point2DD &_p1, const Point2DD &_p2) | ot::Math | inlinestatic |