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

e9fcc8dc e4bd 5c2d da3a ceda5c2ff0f1

haplokuon edited this page May 6, 2023 · 1 revision

Matrix4 Operators

netDxf 3.0.0 Library

Operators

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.

See Also

Reference

Matrix4 Structure
netDxf Namespace

Clone this wiki locally