VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtRotorWashTrailPoint Class Reference

Public Member Functions

 DtRotorWashTrailPoint ()
 CTOR. More...
 
 DtRotorWashTrailPoint (DtTime time, DtVector heliPos, DtVector groundPos)
 CTOR - time, pos of helicopter, pos of rotorwash on the ground. More...
 
 ~DtRotorWashTrailPoint ()
 DTOR. More...
 
const DtTimetime () const
 Retrieve the DtTime stamp of this point (in seconds) More...
 
const DtVectorgroundPos () const
 Return the ground position of this rotorwash point. More...
 
const DtVectorheliPos () const
 Return the helicopter position of this rotorwash point. More...
 
const float & prevDist () const
 Return the distance to the previous point in the list of points for the trail (older points are at the back) More...
 
void setPrevDist (float dist)
 For setting the distance from the previous head point to the newest point. More...
 

Protected Attributes

DtTime myTime
 
DtVector myGroundPos
 
DtVector myHeliPos
 
float myDistToPrevPoint
 

Constructor & Destructor Documentation

makVrv::DtRotorWashTrailPoint::DtRotorWashTrailPoint ( )

CTOR.

makVrv::DtRotorWashTrailPoint::DtRotorWashTrailPoint ( DtTime  time,
DtVector  heliPos,
DtVector  groundPos 
)

CTOR - time, pos of helicopter, pos of rotorwash on the ground.

makVrv::DtRotorWashTrailPoint::~DtRotorWashTrailPoint ( )

DTOR.

Member Function Documentation

const DtTime& makVrv::DtRotorWashTrailPoint::time ( ) const

Retrieve the DtTime stamp of this point (in seconds)

const DtVector& makVrv::DtRotorWashTrailPoint::groundPos ( ) const

Return the ground position of this rotorwash point.

const DtVector& makVrv::DtRotorWashTrailPoint::heliPos ( ) const

Return the helicopter position of this rotorwash point.

const float& makVrv::DtRotorWashTrailPoint::prevDist ( ) const

Return the distance to the previous point in the list of points for the trail (older points are at the back)

void makVrv::DtRotorWashTrailPoint::setPrevDist ( float  dist)

For setting the distance from the previous head point to the newest point.

Member Data Documentation

DtTime makVrv::DtRotorWashTrailPoint::myTime
protected
DtVector makVrv::DtRotorWashTrailPoint::myGroundPos
protected
DtVector makVrv::DtRotorWashTrailPoint::myHeliPos
protected
float makVrv::DtRotorWashTrailPoint::myDistToPrevPoint
protected

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)