![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtLocalVector (const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) | |
| real constructor | |
| DtLocalVector (double x, double y, double z, const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) | |
| Real constructor from 3 doubles. | |
| DtLocalVector (const DtVector &fromVec, const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) | |
| Real constructor from DtVector. | |
| DtLocalVector (const DtLocalVector &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| copy constructor | |
| DtLocalVector & | operator= (const DtLocalVector &orig) |
| Assign to DtRwVector. Assigns value only. | |
| virtual | ~DtLocalVector () |
| virtual double | headingAngleTo (const DtVector &localPosition) const |
The following functions are deprecated. | |
| virtual double | elevationAngleTo (const DtVector &localPosition) const |
| virtual double | distSquaredTo2D (const DtVector &localPosition) const |
| DtLocalVector::DtLocalVector | ( | const DtString & | name = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
real constructor
| DtLocalVector::DtLocalVector | ( | double | x, |
| double | y, | ||
| double | z, | ||
| const DtString & | name = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
Real constructor from 3 doubles.
| DtLocalVector::DtLocalVector | ( | const DtVector & | fromVec, |
| const DtString & | name = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
Real constructor from DtVector.
| DtLocalVector::DtLocalVector | ( | const DtLocalVector & | orig, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
copy constructor
| virtual DtLocalVector::~DtLocalVector | ( | ) | [virtual] |
| DtLocalVector& DtLocalVector::operator= | ( | const DtLocalVector & | orig | ) |
Assign to DtRwVector. Assigns value only.
| virtual double DtLocalVector::headingAngleTo | ( | const DtVector & | localPosition | ) | const [virtual] |
They apply only when the given database coordinate system is UTM. To write coordinate system independent code, use the functions (with corresponding names) defined in kinTools.h. They will work for any of the supported coordinates
To be removed following this release. Returns the heading angle which the given point would need to take to turn toward this in 2D.
| virtual double DtLocalVector::elevationAngleTo | ( | const DtVector & | localPosition | ) | const [virtual] |
To be removed following this release. Returns the elevation angle which the given point would need to take to turn toward this.
| virtual double DtLocalVector::distSquaredTo2D | ( | const DtVector & | localPosition | ) | const [virtual] |
To be removed following this release. Returns the (2D) squared distance to this.