pub(crate) type DOMMatrixInit = DOMMatrixInit;Aliased Type§
pub(crate) struct DOMMatrixInit {
pub parent: DOMMatrix2DInit,
pub is2D: Option<bool>,
pub m13: f64,
pub m14: f64,
pub m23: f64,
pub m24: f64,
pub m31: f64,
pub m32: f64,
pub m33: f64,
pub m34: f64,
pub m43: f64,
pub m44: f64,
}Fields§
§parent: DOMMatrix2DInit§is2D: Option<bool>§m13: f64§m14: f64§m23: f64§m24: f64§m31: f64§m32: f64§m33: f64§m34: f64§m43: f64§m44: f64