Click or drag to resize
DigitalRuneMatrix33F Constructor (Single, Single, Single, Single, Single, Single, Single, Single, Single)
Initializes a new instance of the Matrix33F class.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public Matrix33F(
	float m00,
	float m01,
	float m02,
	float m10,
	float m11,
	float m12,
	float m20,
	float m21,
	float m22
)

Parameters

m00
Type: SystemSingle
The element in the first row, first column.
m01
Type: SystemSingle
The element in the first row, second column.
m02
Type: SystemSingle
The element in the first row, third column.
m10
Type: SystemSingle
The element in the second row, first column.
m11
Type: SystemSingle
The element in the second row, second column.
m12
Type: SystemSingle
The element in the second row, third column.
m20
Type: SystemSingle
The element in the third row, first column.
m21
Type: SystemSingle
The element in the third row, second column.
m22
Type: SystemSingle
The element in the third row, third column.
See Also