|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgReferenced
com.visioglobe.libVisioDevKit.VgFunctorDescriptor
com.visioglobe.libVisioDevKit.VgSplineOrientationQuaternionFunctorDescriptor
public class VgSplineOrientationQuaternionFunctorDescriptor
This class is a descriptor for quaternion functors that follow orientation of given spline definitions. It bases itself on a VgSplineVectorFunctorDescriptor that defines the spline to use. It allows the user to specify an additional rotation parameter that will be applied after the spline's rotation.
Field Summary |
---|
Fields inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
swigCMemOwn, swigRefPtr |
Constructor Summary | |
---|---|
VgSplineOrientationQuaternionFunctorDescriptor(long cPtr,
boolean cMemoryOwn)
Class constructor. |
Method Summary | |
---|---|
static VgSplineOrientationQuaternionFunctorDescriptorRefPtr |
create(VgSplineVectorFunctorDescriptorRefPtr pSplineVectorFunctorDescriptor)
|
void |
delete()
|
static long |
getCPtr(VgSplineOrientationQuaternionFunctorDescriptor obj)
|
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. |
Methods inherited from class com.visioglobe.libVisioDevKit.VgFunctorDescriptor |
---|
finalize, getCPtr, getMEndTime, getMStartTime, setMEndTime, setMStartTime |
Methods inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
getCPtr, getNbReferences, ref, unref |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VgSplineOrientationQuaternionFunctorDescriptor(long cPtr, boolean cMemoryOwn)
Method Detail |
---|
public static long getCPtr(VgSplineOrientationQuaternionFunctorDescriptor obj)
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()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |