This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
93d3e1f6 2bed 1bdb b113 a03671a3bd0c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
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. |