Box.distance

  1. real distance(BoundType point)
    struct Box(T, int N)
    pure nothrow const @safe @nogc
    real
    distance
    if (
    N >= 1 &&
    N <= 3
    )
  2. real distance(Box o)

Meta