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