Type Alias fidl_fuchsia_ui_pointer::Mat3

source ·
pub type Mat3 = [f32; 9];
Expand description

A floating-point 3x3 matrix.

  • The values are placed in column-major order.