FlightGear next
|
#include <pavement.hxx>
Inherits FGPavement::NodeBase.
Public Member Functions | |
BezierNode (const SGGeod &aPos, const SGGeod &aCtrlPt, bool aClose, bool aLoop, int aPaintCode, int aLightCode) | |
![]() | |
virtual | ~NodeBase () |
Public Attributes | |
SGGeod | mControl |
![]() | |
SGGeod | mPos |
bool | mClose |
bool | mLoop |
int | mPaintCode |
int | mLightCode |
Definition at line 42 of file pavement.hxx.
|
inline |
Definition at line 44 of file pavement.hxx.
SGGeod FGPavement::BezierNode::mControl |
Definition at line 52 of file pavement.hxx.