FlightGear next
SviewStepRotate Struct Reference

Inherits SviewStep.

Public Member Functions

 SviewStepRotate (double heading, double pitch, double roll, double damping_heading=0, double damping_pitch=0, double damping_roll=0)
 
void evaluate (SviewPosDir &posdir, double dt) override
 
virtual void stream (std::ostream &out) const
 
- Public Member Functions inherited from SviewStep
virtual void mouse_drag (double delta_x_deg, double delta_y_deg)
 
virtual ~SviewStep ()
 

Additional Inherited Members

- Public Attributes inherited from SviewStep
std::string m_description
 

Detailed Description

Definition at line 365 of file sview.cxx.

Constructor & Destructor Documentation

◆ SviewStepRotate()

SviewStepRotate::SviewStepRotate ( double heading,
double pitch,
double roll,
double damping_heading = 0,
double damping_pitch = 0,
double damping_roll = 0 )
inline

Definition at line 367 of file sview.cxx.

Member Function Documentation

◆ evaluate()

void SviewStepRotate::evaluate ( SviewPosDir & posdir,
double dt )
inlineoverridevirtual

Implements SviewStep.

Definition at line 386 of file sview.cxx.

◆ stream()

virtual void SviewStepRotate::stream ( std::ostream & out) const
inlinevirtual

Reimplemented from SviewStep.

Definition at line 393 of file sview.cxx.


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