Package org.robwork.sdurw_math
Class Rotation3DVectord
- java.lang.Object
 - 
- org.robwork.sdurw_math.Rotation3DVectord
 
 
- 
- Direct Known Subclasses:
 EAAd,Quaternion,RPYd
public class Rotation3DVectord extends java.lang.ObjectAn 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 Rotation3DVectord(long cPtr, boolean cMemoryOwn) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()static longgetCPtr(Rotation3DVectord obj)Rotation3DdtoRotation3D()Returns the corresponding 3\times 3 Rotation matrix 
 - 
 
- 
- 
Method Detail
- 
getCPtr
public static long getCPtr(Rotation3DVectord obj)
 
- 
delete
public void delete()
 
- 
toRotation3D
public Rotation3Dd toRotation3D()
Returns the corresponding 3\times 3 Rotation matrix- Returns:
 - The rotation matrix
 
 
 - 
 
 -