ILNumerics Ultimate VS

Matrix3 Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Initializes a new instance of the Matrix3 class

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public Matrix3(
	float m11,
	float m12,
	float m13,
	float m21,
	float m22,
	float m23,
	float m31,
	float m32,
	float m33
)

Parameters

m11
Type: SystemSingle
m12
Type: SystemSingle
m13
Type: SystemSingle
m21
Type: SystemSingle
m22
Type: SystemSingle
m23
Type: SystemSingle
m31
Type: SystemSingle
m32
Type: SystemSingle
m33
Type: SystemSingle
See Also

Reference