9 #ifndef DtEnvironmentalDRConeRecord_H_
10 #define DtEnvironmentalDRConeRecord_H_
42 virtual void setLocation(
const DtVector& location);
43 virtual const DtVector& location()
const;
46 virtual void setOrientation(
const DtTaitBryan& orientation);
50 virtual void setVelocity(
const DtVector& velocity);
51 virtual const DtVector& velocity()
const;
54 virtual void setAngularVelocity(
const DtVector& angularVelocity);
55 virtual const DtVector& angularVelocity()
const;
62 virtual void setPeakAngle(
DtFloat32 peakAngle);
66 virtual void setHeightSpeed(
DtFloat32 heightSpeed);
70 virtual void setPeakAngleSpeed(
DtFloat32 peakAngleSpeed);
virtual int netRepSize() const
Returns the size of the network representation.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Cone 2 Geometry Record - Dead Reckoned (EBV-DOC, 12.4.4.11)
Definition: envProcP.h:251
DtTaitBryan myOrientation
Definition: environmentalDRConeRecord.h:96
DtVector myVelocity
Definition: environmentalDRConeRecord.h:97
virtual DtEnvironmentalRecord * clone() const
Clone.
DtTaitBryans are used to represent orientation of an object, using a set of three Euler angles...
Definition: vlTaitBryan.h:43
Definition: vlVector.h:224
DtEnvironmentalGeometryRecord provides a common base class for all environmental geometry (as opposed...
Definition: environmentalGeometryRecord.h:22
DtNetEnvironmentalRecord is the network structure for the environmental process PDU record header (de...
Definition: envProcP.h:34
DtVector myLocation
Definition: environmentalDRConeRecord.h:95
DtEnvironmentalRecord is the base class from which all geometry and state environmental records are d...
Definition: environmentalRecord.h:22
DtEnvironmentalDRConeRecord implements the Environmental geometry record type "Cone Record 2...
Definition: environmentalDRConeRecord.h:19
virtual void setFromNet(const DtNetEnvironmentalRecord &buffer, int protocolVersion)
used by the PDU class to fill in the network representation
virtual bool createNetworkRepresentation()
This doesn't need to be called explicitly.
const DtEnvironmentalGeometryRecord & operator=(const DtEnvironmentalGeometryRecord &orig)
Assignment Operator.
DtVector myAngularVelocity
Definition: environmentalDRConeRecord.h:98