Package org.robwork.sdurw_math
Class Rotation3DVectorf
- java.lang.Object
-
- org.robwork.sdurw_math.Rotation3DVectorf
-
- Direct Known Subclasses:
EAAf
,Quaternion_f
,RPYf
public class Rotation3DVectorf extends java.lang.Object
An abstract base class for Rotation3D parameterisations
Classes that represents a parametrisation of a 3D rotation may inherit
from this class
-
-
Constructor Summary
Constructors Constructor Description Rotation3DVectorf(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(Rotation3DVectorf obj)
Rotation3Df
toRotation3D()
Returns the corresponding 3\times 3 Rotation matrix
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(Rotation3DVectorf obj)
-
delete
public void delete()
-
toRotation3D
public Rotation3Df toRotation3D()
Returns the corresponding 3\times 3 Rotation matrix- Returns:
- The rotation matrix
-
-