Box.squaredDistance

Euclidean squared distance from a point.

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

See Also

Numerical Recipes Third Edition (2007)

Meta