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