Box.distance

Euclidean distance from another box.

  1. real distance(bound_t point)
  2. real distance(Box o)
    struct Box(T, int N)
    @nogc pure const nothrow
    real
    distance
    ()

See Also

squaredDistance.

Meta