CFx SDK Documentation
2023 SP0
|
Functions | |
double | calibrateAngle (double val, double input) |
double | angleFromParam (double param, double radiusRatio) |
double | paramFromAngle (double angle, double radiusRatio) |
Elliptical arc helper functions.
<group TD_Namespaces>
|
inline |
Converts an elliptical parameter to an angle.
param | [in] Elliptical parameter. |
radiusRatio | [in] The minorRadius:majorRadius ratio of the ellipse. |
Corresponding C++ library: TD_Ge
Definition at line 74 of file GeEllipArc.h.
|
inline |
calibrates value, so that it is "near" input (not farther than OdaPi) (value and input should not be farther than OdaPi/2 modulo Oda2Pi, for the function to work correcly)
Definition at line 42 of file GeEllipArc.h.
|
inline |
Converts an elliptical angle to a parameter.
angle | [in] Elliptical angle. |
radiusRatio | [in] The minorRadius:majorRadius ratio of the ellipse. |
Corresponding C++ library: TD_Ge
Definition at line 101 of file GeEllipArc.h.