Struct windows_sys::Foundation::Numerics::Matrix3x2
[−]#[repr(C)]pub struct Matrix3x2 {
pub M11: f32,
pub M12: f32,
pub M21: f32,
pub M22: f32,
pub M31: f32,
pub M32: f32,
}Expand description
Required features: ‘Foundation_Numerics’
Fields
M11: f32M12: f32M21: f32M22: f32M31: f32M32: f32