Box.squaredDistance

Euclidean squared distance from another box.

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

See Also

Numerical Recipes Third Edition (2007)

Meta