Transform2D Fields |
The Transform2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | origin |
The origin vector (column 2, the third column). Equivalent to array index `[2]`.
The origin vector represents translation.
|
![]() | x |
The basis matrix's X vector (column 0). Equivalent to array index `[0]`.
|
![]() | y |
The basis matrix's Y vector (column 1). Equivalent to array index `[1]`.
|