Box.squaredDistance

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

Meta