Package org.robwork.sdurw
Class InterpolatorTrajectoryR3
- java.lang.Object
-
- org.robwork.sdurw.TrajectoryR3
-
- org.robwork.sdurw.InterpolatorTrajectoryR3
-
public class InterpolatorTrajectoryR3 extends TrajectoryR3
-
-
Constructor Summary
Constructors Constructor Description InterpolatorTrajectoryR3(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(BlendR3Ptr blend, InterpolatorR3Ptr interpolator)voidadd(InterpolatorR3Ptr interpolator)voidadd(InterpolatorTrajectoryR3 trajectory)voiddelete()static longgetCPtr(InterpolatorTrajectoryR3 obj)longgetSegmentsCount()
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(InterpolatorTrajectoryR3 obj)
-
delete
public void delete()
- Overrides:
deletein classTrajectoryR3
-
add
public void add(InterpolatorR3Ptr interpolator)
-
add
public void add(BlendR3Ptr blend, InterpolatorR3Ptr interpolator)
-
add
public void add(InterpolatorTrajectoryR3 trajectory)
-
getSegmentsCount
public long getSegmentsCount()
-
-