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

802b3623 b60d db62 abc7 edbe2007150b

haplokuon edited this page May 6, 2023 · 1 revision

Matrix3 Operators

netDxf 3.0.0 Library

Operators

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

See Also

Reference

Matrix3 Structure
netDxf Namespace

Clone this wiki locally