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 414
e9fcc8dc e4bd 5c2d da3a ceda5c2ff0f1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Addition(Matrix4, Matrix4) | Matrix addition. |
Equality(Matrix4, Matrix4) | Check if the components of two matrices are equal. |
Inequality(Matrix4, Matrix4) | Check if the components of two matrices are different. |
Multiply(Matrix4, Matrix4) | Product of two matrices. |
Multiply(Matrix4, Vector4) | Product of a matrix with a vector. |
Multiply(Matrix4, Double) | Product of a matrix with a scalar. |
Subtraction(Matrix4, Matrix4) | Matrix subtraction. |