|
||||||||
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.VgSplineVectorFunctorDescriptor
public class VgSplineVectorFunctorDescriptor
This class describes a functor that approximates a sequence of vectors with a spline. It also has the ability to specify a "distance from spline". It is the metric distance the animated object will be from the spline along it's negative Z axis.
Field Summary |
---|
Fields inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
swigCMemOwn, swigRefPtr |
Constructor Summary | |
---|---|
VgSplineVectorFunctorDescriptor(long cPtr,
boolean cMemoryOwn)
Class constructor. |
Method Summary | |
---|---|
static VgSplineVectorFunctorDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor. |
void |
delete()
|
static long |
getCPtr(VgSplineVectorFunctorDescriptor obj)
|
float |
getMDistanceFromSpline()
The distance at which we will place the animated object from the spline. |
VgPositionVector |
getMPoints()
The vector of points of the spline |
float |
getMSplineMetricRadius()
The maximal metric radius of the rounded angle at spline points |
void |
setMDistanceFromSpline(float value)
The distance at which we will place the animated object from the spline. |
void |
setMPoints(VgPositionVector value)
The vector of points of the spline |
void |
setMSplineMetricRadius(float value)
The maximal metric radius of the rounded angle at spline points |
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 VgSplineVectorFunctorDescriptor(long cPtr, boolean cMemoryOwn)
Method Detail |
---|
public static long getCPtr(VgSplineVectorFunctorDescriptor obj)
public void delete()
delete
in class VgFunctorDescriptor
public static VgSplineVectorFunctorDescriptorRefPtr create()
public void setMPoints(VgPositionVector value)
public VgPositionVector getMPoints()
public void setMSplineMetricRadius(float value)
public float getMSplineMetricRadius()
public void setMDistanceFromSpline(float value)
public float getMDistanceFromSpline()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |