Box.squaredDistance

Euclidean squared distance from a point.

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

See Also

Numerical Recipes Third Edition (2007)

Meta