Box.distance

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

Meta