Package org.robwork.sdurw_math
Class InfinityMetricQ
- java.lang.Object
-
- org.robwork.sdurw_math.MetricQ
-
- org.robwork.sdurw_math.InfinityMetricQ
-
public class InfinityMetricQ extends MetricQ
Infinity norm distance metric for vector types.
InfinityMetric is a metric of the Euclidean n-Plane. The distance
between two points
P = (p_1, p_2, ..., p_n)
and
Q = (q_1, q_2, ..., q_n)
is defined as
max_i |p_i - q_i|
-
-
Constructor Summary
Constructors Constructor Description InfinityMetricQ()
InfinityMetricQ(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(InfinityMetricQ obj)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(InfinityMetricQ obj)
-
-