FlightGear next
FGPavement::BezierNode Struct Reference

#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
 

Detailed Description

Definition at line 42 of file pavement.hxx.

Constructor & Destructor Documentation

◆ BezierNode()

FGPavement::BezierNode::BezierNode ( const SGGeod & aPos,
const SGGeod & aCtrlPt,
bool aClose,
bool aLoop,
int aPaintCode,
int aLightCode )
inline

Definition at line 44 of file pavement.hxx.

Member Data Documentation

◆ mControl

SGGeod FGPavement::BezierNode::mControl

Definition at line 52 of file pavement.hxx.


The documentation for this struct was generated from the following file: