Type Alias fidl_fuchsia_ui_pointer_augment::Point2

source ยท
pub type Point2 = [f32; 2];
Expand description

A floating point two-dimensional point.

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