public class VgSplineOrientationQuaternionFunctorDescriptor extends VgFunctorDescriptor
Modifier and Type | Method and Description |
---|---|
static VgSplineOrientationQuaternionFunctorDescriptorRefPtr |
create(VgSplineVectorFunctorDescriptorRefPtr pSplineVectorFunctorDescriptor) |
void |
delete() |
float |
getMPostBank()
Banking modification to apply in addition of the spline orientation (in degrees).
|
float |
getMPostHeading()
Heading modification to apply in addition of the spline orientation (in degrees).
|
float |
getMPostPitch()
Pitching modification to apply in addition of the spline orientation (in degrees).
|
VgSplineVectorFunctorDescriptorRefPtr |
getMSplineVectorFunctorDescriptor()
The the spline vector functor descriptor to use.
|
void |
setMPostBank(float value)
Banking modification to apply in addition of the spline orientation (in degrees).
|
void |
setMPostHeading(float value)
Heading modification to apply in addition of the spline orientation (in degrees).
|
void |
setMPostPitch(float value)
Pitching modification to apply in addition of the spline orientation (in degrees).
|
void |
setMSplineVectorFunctorDescriptor(VgSplineVectorFunctorDescriptorRefPtr value)
The the spline vector functor descriptor to use.
|
getMEndTime, getMStartTime, setMEndTime, setMStartTime
getNbReferences, ref, unref
public void delete()
delete
in class VgFunctorDescriptor
public static VgSplineOrientationQuaternionFunctorDescriptorRefPtr create(VgSplineVectorFunctorDescriptorRefPtr pSplineVectorFunctorDescriptor)
public void setMPostHeading(float value)
public float getMPostHeading()
public void setMPostPitch(float value)
public float getMPostPitch()
public void setMPostBank(float value)
public float getMPostBank()
public void setMSplineVectorFunctorDescriptor(VgSplineVectorFunctorDescriptorRefPtr value)
public VgSplineVectorFunctorDescriptorRefPtr getMSplineVectorFunctorDescriptor()