Box.distance

Euclidean distance from another box.

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

See Also

squaredDistance.

Meta