Box.distance

Euclidean distance from a point.

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

See Also

squaredDistance.

Meta