Package org.robwork.sdurw
Class InterpolatorR1
- java.lang.Object
-
- org.robwork.sdurw.InterpolatorR1
-
- Direct Known Subclasses:
LinearInterpolatord,RampInterpolatord
public class InterpolatorR1 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InterpolatorR1(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleddx(double t)voiddelete()doubleduration()doubledx(double t)static longgetCPtr(InterpolatorR1 obj)doublex(double t)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(InterpolatorR1 obj)
-
delete
public void delete()
-
x
public double x(double t)
-
dx
public double dx(double t)
-
ddx
public double ddx(double t)
-
duration
public double duration()
-
-