#include <aigrid.h>
Public Member Functions | |
void | Blade2D (const char *fileName) |
constr. by loading blade geometry from file | |
double | Length () |
returns length of outline of blade | |
double | ParamByPhi (double phi) |
returns blade length at normal direction to phi | |
Vec2D | Vec2DByPhi (double phi) |
returns position at normal direction to phi | |
Vec2D | Vec2DByParam (double param) |
returns position at param blade length | |
Vec2D | NormVec2DByParam (double param) |
returns unity normal vector at param blade length | |
void | SetPitch (double pitch) |
sets pitch an triggers graphical output of blade with pitch |