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

A floating-point two-dimensional point.

  • The values are placed in (x, y) order.