#include <CTiglNACA4Calculator.h>
Public Member Functions | |
| TIGL_EXPORT | CTiglNACA4LowerCurve (CTiglNACA4Calculator const &calculator) |
| double | valueX (double t) override |
| Get the X coordinate of the lower curve. | |
| double | valueY (double t) override |
| Get the Y coordinate of the lower curve. | |
| double | valueZ (double t) override |
| Get the Z coordinate of the lower curve. | |
| Public Member Functions inherited from tigl::MathFunc3d | |
| virtual TIGL_EXPORT | ~MathFunc3d () |
Private Attributes | |
| CTiglNACA4Calculator const & | calculator |
|
explicit |
|
overridevirtual |
Get the X coordinate of the lower curve.
Note: t is not the chord fraction x directly - see CTiglNACA4UpperCurve::valueX.
| t |
Implements tigl::MathFunc3d.
|
overridevirtual |
|
overridevirtual |
|
private |