pub trait CalcBounds2D {
// Required method
fn calc_bounds_2d(&self) -> Bounds2D;
}Expand description
Trait to calculate a bounding box of 2D geometry.
Required Methods§
Sourcefn calc_bounds_2d(&self) -> Bounds2D
fn calc_bounds_2d(&self) -> Bounds2D
Fetch bounds.