MatrixOrder Enum

Definition

Specifies the order for matrix transform operations.

public enum class MatrixOrder
public enum MatrixOrder
type MatrixOrder = 
Public Enum MatrixOrder
Inheritance
MatrixOrder

Fields

Append 1

The new operation is applied after the old operation.

Prepend 0

The new operation is applied before the old operation.

Remarks

Matrix transform operations are not necessarily commutative. The order in which they are applied is important.

Applies to