Package org.robwork.sdurw_trajectory
Class SegmentRotation3D_f
- java.lang.Object
-
- org.robwork.sdurw_trajectory.SegmentRotation3D_f
-
public class SegmentRotation3D_f extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SegmentRotation3D_f()
SegmentRotation3D_f(long cPtr, boolean cMemoryOwn)
SegmentRotation3D_f(BlendRotation3D_fPtr first, InterpolatorRotation3D_fPtr second)
SegmentRotation3D_f(SegmentRotation3D_f other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(SegmentRotation3D_f obj)
BlendRotation3D_fPtr
getFirst()
InterpolatorRotation3D_fPtr
getSecond()
void
setFirst(BlendRotation3D_fPtr value)
void
setSecond(InterpolatorRotation3D_fPtr value)
-
-
-
Constructor Detail
-
SegmentRotation3D_f
public SegmentRotation3D_f(long cPtr, boolean cMemoryOwn)
-
SegmentRotation3D_f
public SegmentRotation3D_f()
-
SegmentRotation3D_f
public SegmentRotation3D_f(BlendRotation3D_fPtr first, InterpolatorRotation3D_fPtr second)
-
SegmentRotation3D_f
public SegmentRotation3D_f(SegmentRotation3D_f other)
-
-
Method Detail
-
getCPtr
public static long getCPtr(SegmentRotation3D_f obj)
-
delete
public void delete()
-
setFirst
public void setFirst(BlendRotation3D_fPtr value)
-
getFirst
public BlendRotation3D_fPtr getFirst()
-
setSecond
public void setSecond(InterpolatorRotation3D_fPtr value)
-
getSecond
public InterpolatorRotation3D_fPtr getSecond()
-
-