Package org.robwork.sdurw
Class TrajectoryState
- java.lang.Object
-
- org.robwork.sdurw.TrajectoryState
-
public class TrajectoryState extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TrajectoryState(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stateddx(double t)voiddelete()doubleduration()Statedx(double t)doubleendTime()static longgetCPtr(TrajectoryState obj)VectorStategetPath(double dt)VectorStategetPath(double dt, boolean uniform)doublestartTime()Statex(double t)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(TrajectoryState obj)
-
delete
public void delete()
-
x
public State x(double t)
-
dx
public State dx(double t)
-
ddx
public State ddx(double t)
-
duration
public double duration()
-
startTime
public double startTime()
-
endTime
public double endTime()
-
getPath
public VectorState getPath(double dt, boolean uniform)
-
getPath
public VectorState getPath(double dt)
-
-