Box.distance

Euclidean distance from a point.

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

See Also

squaredDistance.

Meta