Click or drag to resize

Matrix6By6 Properties

The Matrix6By6 type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIdentity
Gets a Matrix6By6 representing an identity transformation.
Public propertyIsUndefined
Gets a value indicating whether any of the matrix values are NaN.
Public propertyItem
Accesses the matrix elements using zero-based indexing.
Public propertyM11
Gets the element in the first row, first column.
Public propertyM12
Gets the element in the first row, second column.
Public propertyM13
Gets the element in the first row, third column.
Public propertyM14
Gets the element in the first row, fourth column.
Public propertyM15
Gets the element in the first row, fifth column.
Public propertyM16
Gets the element in the first row, sixth column.
Public propertyM21
Gets the element in the second row, first column.
Public propertyM22
Gets the element in the second row, second column.
Public propertyM23
Gets the element in the second row, third column.
Public propertyM24
Gets the element in the second row, fourth column.
Public propertyM25
Gets the element in the second row, fifth column.
Public propertyM26
Gets the element in the second row, sixth column.
Public propertyM31
Gets the element in the third row, first column.
Public propertyM32
Gets the element in the third row, second column.
Public propertyM33
Gets the element in the third row, third column.
Public propertyM34
Gets the element in the third row, fourth column.
Public propertyM35
Gets the element in the third row, fifth column.
Public propertyM36
Gets the element in the third row, sixth column.
Public propertyM41
Gets the element in the fourth row, first column.
Public propertyM42
Gets the element in the fourth row, second column.
Public propertyM43
Gets the element in the fourth row, third column.
Public propertyM44
Gets the element in the fourth row, fourth column.
Public propertyM45
Gets the element in the fourth row, fifth column.
Public propertyM46
Gets the element in the fourth row, sixth column.
Public propertyM51
Gets the element in the fifth row, first column.
Public propertyM52
Gets the element in the fifth row, second column.
Public propertyM53
Gets the element in the fifth row, third column.
Public propertyM54
Gets the element in the fifth row, fourth column.
Public propertyM55
Gets the element in the fifth row, fifth column.
Public propertyM56
Gets the element in the fifth row, sixth column.
Public propertyM61
Gets the element in the sixth row, first column.
Public propertyM62
Gets the element in the sixth row, second column.
Public propertyM63
Gets the element in the sixth row, third column.
Public propertyM64
Gets the element in the sixth row, fourth column.
Public propertyM65
Gets the element in the sixth row, fifth column.
Public propertyM66
Gets the element in the sixth row, sixth column.
Public propertyStatic memberUndefined
Gets a Matrix6By6 representing an undefined matrix containing NaN values.
Public propertyStatic memberZero
Gets a Matrix6By6 representing the zero matrix.
Top
See Also