Matrix3D Constructor

Definition

Constructor that sets matrix's initial values.

public Matrix3D (double m11, double m12, double m13, double m14, double m21, double m22, double m23, double m24, double m31, double m32, double m33, double m34, double offsetX, double offsetY, double offsetZ, double m44);

Parameters

m11
Double

Value of the (1,1) field of the new matrix.

m12
Double

Value of the (1,2) field of the new matrix.

m13
Double

Value of the (1,3) field of the new matrix.

m14
Double

Value of the (1,4) field of the new matrix.

m21
Double

Value of the (2,1) field of the new matrix.

m22
Double

Value of the (2,2) field of the new matrix.

m23
Double

Value of the (2,3) field of the new matrix.

m24
Double

Value of the (2,4) field of the new matrix.

m31
Double

Value of the (3,1) field of the new matrix.

m32
Double

Value of the (3,2) field of the new matrix.

m33
Double

Value of the (3,3) field of the new matrix.

m34
Double

Value of the (3,4) field of the new matrix.

offsetX
Double

Value of the X offset field of the new matrix.

offsetY
Double

Value of the Y offset field of the new matrix.

offsetZ
Double

Value of the Z offset field of the new matrix.

m44
Double

Value of the (4,4) field of the new matrix.

Applies to

Prodotto Versioni
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9