Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

93d3e1f6 2bed 1bdb b113 a03671a3bd0c

haplokuon edited this page May 6, 2023 · 1 revision

Matrix2 Operators

netDxf 3.0.0 Library

Operators

Addition(Matrix2, Matrix2) Matrix addition.
Equality(Matrix2, Matrix2) Check if the components of two matrices are equal.
Inequality(Matrix2, Matrix2) Check if the components of two matrices are different.
Multiply(Matrix2, Matrix2) Product of two matrices.
Multiply(Matrix2, Vector2) Product of a matrix with a vector.
Multiply(Matrix2, Double) Product of a matrix with a scalar.
Subtraction(Matrix2, Matrix2) Matrix subtraction.

See Also

Reference

Matrix2 Structure
netDxf Namespace

Clone this wiki locally