pub fn seg_bounding_box<T>(v1: PlineVertex<T>, v2: PlineVertex<T>) -> AABB<T>
where T: Real,
Expand description

Computes the axis aligned bounding box of a polyline segment defined by v1 to v2.

This function is quite a bit slower than seg_fast_approx_bounding_box when given an arc.