Struct dzahui::solvers::fem::basis::two_variables::polynomials_2d::Transformation2D
source · Expand description
General Information
Represents a matrix transformation in 2D. A normal matrix composed of vectors or arrays is not used since more control over the traits that are implemented on the struct makes latter implementations easier.
Fields
a
- Element [0,0] in matrixb
- Element [0,1] in matrixc
- Element [1,0] in matrixd
- Element [1,1] in matrix
Fields§
§a: f64
§b: f64
§c: f64
§d: f64
Implementations§
source§impl Transformation2D
impl Transformation2D
sourcepub fn inverse(self) -> Transformation2D
pub fn inverse(self) -> Transformation2D
Inverse of a 2x2 matrix