|
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) | |
Public Member Functions inherited from FGPavement::NodeBase | |
| virtual | ~NodeBase () |
Public Attributes | |
| SGGeod | mControl |
Public Attributes inherited from FGPavement::NodeBase | |
| 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.