Share via


Matrix4x4 Structure

Defines a 4 x 4 matrix.

Syntax

public value struct Matrix4x4
public struct Matrix4x4
var matrix4x4 = {
      m11 : /* Your value */, 
      m12 : /* Your value */, 
      m13 : /* Your value */, 
      m14 : /* Your value */, 
      m21 : /* Your value */, 
      m22 : /* Your value */, 
      m23 : /* Your value */, 
      m24 : /* Your value */, 
      m31 : /* Your value */, 
      m32 : /* Your value */, 
      m33 : /* Your value */, 
      m34 : /* Your value */, 
      m41 : /* Your value */, 
      m42 : /* Your value */, 
      m43 : /* Your value */, 
      m44 : /* Your value */
}     

Members

Matrix4x4 has the following members.

Fields

Name Description
M11 The value in the first row and first column of the matrix.
M12 The value in the first row and second column of the matrix.
M13 The value in the first row and third column of the matrix.
M14 The value in the first row and fourth column of the matrix.
M21 The value in the second row and first column of the matrix.
M22 The value in the second row and second column of the matrix.
M23 The value in the second row and third column of the matrix.
M24 The value in the second row and fourth column of the matrix.
M31 The value in the third row and first column of the matrix.
M32 The value in the third row and second column of the matrix.
M33 The value in the third row and third column of the matrix.
M34 The value in the third row and fourth column of the matrix.
M41 The value in the fourth row and first column of the matrix.
M42 The value in the fourth row and second column of the matrix.
M43 The value in the fourth row and third column of the matrix.
M44 The value in the fourth row and fourth column of the matrix.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

Microsoft.Kinect.Fusion Namespace