Box.squaredDistance

Euclidean squared distance from another box.

  1. real squaredDistance(bound_t point)
  2. real squaredDistance(Box o)
    struct Box(T, int N)
    @nogc pure const nothrow
    real
    squaredDistance
    ()

See Also

Numerical Recipes Third Edition (2007)

Meta