Matrix4x4 Structure

Defines a 4 x 4 matrix.

public value struct Matrix4x4

Matrix4x4 has the following members.

NameDescription
M11The value in the first row and first column of the matrix.
M12The value in the first row and second column of the matrix.
M13The value in the first row and third column of the matrix.
M14The value in the first row and fourth column of the matrix.
M21The value in the second row and first column of the matrix.
M22The value in the second row and second column of the matrix.
M23The value in the second row and third column of the matrix.
M24The value in the second row and fourth column of the matrix.
M31The value in the third row and first column of the matrix.
M32The value in the third row and second column of the matrix.
M33The value in the third row and third column of the matrix.
M34The value in the third row and fourth column of the matrix.
M41The value in the fourth row and first column of the matrix.
M42The value in the fourth row and second column of the matrix.
M43The value in the fourth row and third column of the matrix.
M44The value in the fourth row and fourth column of the matrix.

Namespace: Microsoft.Kinect.Fusion
Metadata: microsoft.kinect.fusion.winmd

Community Additions

ADD
Show: