A structure representing 3x3 matrix.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
[SerializableAttribute]
public struct Matrix3x3

Remarks

The structure incapsulates elements of a 3x3 matrix and provides some operations with it.

See Also