Transform2D Constructor |
Name | Description | |
---|---|---|
![]() | Transform2D(Single, Vector2) |
Constructs a transformation matrix from a rotation value and origin vector.
|
![]() | Transform2D(Vector2, Vector2, Vector2) |
Constructs a transformation matrix from 3 vectors (matrix columns).
|
![]() | Transform2D(Single, Single, Single, Single, Single, Single) |
Constructs a transformation matrix from the given components.
Arguments are named such that xy is equal to calling x.y
|