fidl_fuchsia_ui_pointer

Type Alias Mat3

Source
pub type Mat3 = [f32; 9];
Expand description

A floating-point 3x3 matrix.

  • The values are placed in column-major order.