Function rin::graphics::bounding_box [−][src]
pub fn bounding_box<T>(
mesh: &[Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer>]
) -> Rect<T> where
T: BaseNum,
Bounding box of a set of 2d points
pub fn bounding_box<T>(
mesh: &[Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer>]
) -> Rect<T> where
T: BaseNum,
Bounding box of a set of 2d points