Package org.robwork.sdurw_geometry
Class PlaneMetric
- java.lang.Object
-
- org.robwork.sdurw_geometry.MetricPlane
-
- org.robwork.sdurw_geometry.PlaneMetric
-
public class PlaneMetric extends MetricPlane
A metric for calculating plane-to-plane distance.
-
-
Constructor Summary
Constructors Constructor Description PlaneMetric()Constructor.PlaneMetric(double angToDistWeight)Constructor.PlaneMetric(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()static longgetCPtr(PlaneMetric obj)-
Methods inherited from class org.robwork.sdurw_geometry.MetricPlane
distance, distance, getCPtr, size
-
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(PlaneMetric obj)
-
delete
public void delete()
- Overrides:
deletein classMetricPlane
-
-