IntDistanceMeasure3D

class Object
trait Matchable
class Any

Type members

Classlikes

sealed
trait Impl[M] extends Ops[M, IntPoint3DLike, IntCube]
trait LongImpl extends Impl[Long]
trait SqrImpl extends Impl[Sqr]

Value members

Concrete fields

A chebyshev distance measure, based on the maximum of the absolute distances across the first two dimensions. The 3rd dimension is ignored!

A chebyshev distance measure, based on the maximum of the absolute distances across the first two dimensions. The 3rd dimension is ignored!

A measure that uses the euclidean squared distance which is faster than the euclidean distance as the square root does not need to be taken.

A measure that uses the euclidean squared distance which is faster than the euclidean distance as the square root does not need to be taken.

An 'inverted' chebyshev distance measure, based on the minimum of the absolute distances across the first two dimensions. The 3rd dimension is ignored! This is, strictly speaking, only a semi metric.

An 'inverted' chebyshev distance measure, based on the minimum of the absolute distances across the first two dimensions. The 3rd dimension is ignored! This is, strictly speaking, only a semi metric.