VR-Forces 4.0.4 Class Documentation
Public Member Functions
DtLocalVector Class Reference
Inheritance diagram for DtLocalVector:
Inheritance graph
[legend]

List of all members.

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
DtLocalVectoroperator= (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

Constructor & Destructor Documentation

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]

Member Function Documentation

DtLocalVector& DtLocalVector::operator= ( const DtLocalVector orig)

Assign to DtRwVector. Assigns value only.

virtual double DtLocalVector::headingAngleTo ( const DtVector localPosition) const [virtual]


The following functions are deprecated.

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

in VR-Forces (e.g. UTM, geocentric).

Deprecated:
VR-Forces 3.11.

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]
Deprecated:
VR-Forces 3.11.

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]
Deprecated:
VR-Forces 3.11.

To be removed following this release. Returns the (2D) squared distance to this.


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)