pub type Extents = [[f32; 2]; 2];
Expand description

A floating-point pair of points, representing minimal and maximal extents.

  • The values are placed in (minimal, maximal) order.