Box.getDistance

*

  1. real getDistance(BoundType point)
    struct Box(T, int N)
    const
    real
    getDistance
    if (
    N >= 1 &&
    N <= 3
    )
  2. real getDistance(Box o)

Meta