Box.squaredDistance

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

Meta