Package org.robwork.sdurw_math
Class Rotation3DAngleMetric_f
- java.lang.Object
-
- org.robwork.sdurw_math.MetricRotation3D_f
-
- org.robwork.sdurw_math.Rotation3DAngleMetric_f
-
public class Rotation3DAngleMetric_f extends MetricRotation3D_f
a distance metric over rotations. The distance between two rotations
is the smalles angle that rotates the one into the other.
-
-
Constructor Summary
Constructors Constructor Description Rotation3DAngleMetric_f()
Rotation3DAngleMetric_f(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(Rotation3DAngleMetric_f obj)
-
Methods inherited from class org.robwork.sdurw_math.MetricRotation3D_f
distance, distance, getCPtr, size
-
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(Rotation3DAngleMetric_f obj)
-
delete
public void delete()
- Overrides:
delete
in classMetricRotation3D_f
-
-