class Blend2D::Geometry::Matrix
- Blend2D::Geometry::Matrix
- Reference
- Object
Defined in:
blend2d/geometry/matrix.crConstructors
Instance Method Summary
- #apply_operation(operation : MatrixOperation, data : Array(Float64))
- #finalize
- #inverse : Matrix
- #inverse!
- #set_identity
- #set_scaling(x : Float64, y : Float64)
- #set_skewing(x : Float64, y : Float64)
- #set_translation(x : Float64, y : Float64)