Click or drag to resize

Transform2D Fields

The Transform2D type exposes the following members.

Fields
  NameDescription
Public fieldorigin
The origin vector (column 2, the third column). Equivalent to array index `[2]`. The origin vector represents translation.
Public fieldx
The basis matrix's X vector (column 0). Equivalent to array index `[0]`.
Public fieldy
The basis matrix's Y vector (column 1). Equivalent to array index `[1]`.
Top
See Also