Click or drag to resize

Matrix44 Constructor

Namespace:  Clio.Utilities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Matrix44(
	float m00,
	float m01,
	float m02,
	float m03,
	float m10,
	float m11,
	float m12,
	float m13,
	float m20,
	float m21,
	float m22,
	float m23,
	float m30,
	float m31,
	float m32,
	float m33
)

Parameters

m00
Type: SystemSingle
m01
Type: SystemSingle
m02
Type: SystemSingle
m03
Type: SystemSingle
m10
Type: SystemSingle
m11
Type: SystemSingle
m12
Type: SystemSingle
m13
Type: SystemSingle
m20
Type: SystemSingle
m21
Type: SystemSingle
m22
Type: SystemSingle
m23
Type: SystemSingle
m30
Type: SystemSingle
m31
Type: SystemSingle
m32
Type: SystemSingle
m33
Type: SystemSingle
See Also