39 parentRegistry = 0)
const;
44 virtual void setDragCoefficient(
double dc);
45 virtual double dragCoefficient()
const;
49 virtual void setCheckForSplashdown(
bool);
50 virtual bool checkForSplashdown()
const;
52 virtual void setRandomSpin(
bool b);
53 virtual bool randomSpin()
const;
55 virtual void setRemoveOnImpact(
bool b);
56 virtual bool removeOnImpact()
const;
58 virtual void setRandomSpinRate(
double rate);
59 virtual double randomSpinRate()
const;
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
virtual DtString type() const
Returns the type of component this descriptor describes.
DtRwReal myDragCoefficient
Definition: fallingFromSkyActuatorDescriptor.h:65
DtRwBoolean myRandomSpin
Set to true for the object to have a random spin as it flies.
Definition: fallingFromSkyActuatorDescriptor.h:68
DtRwBoolean myRemoveOnImpact
Whether or not to remove the object on impact. Default is false.
Definition: fallingFromSkyActuatorDescriptor.h:72
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Definition: fallingFromSkyActuatorDescriptor.h:18
static DtComponentDescriptor * creator()
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwReal myRandomSpinRate
The rate of the random spin in rad/sec.
Definition: fallingFromSkyActuatorDescriptor.h:70
DtRwBoolean myCheckForSplashdown
Definition: fallingFromSkyActuatorDescriptor.h:66