![]() |
Matrix3x2CreateScale Method |
Name | Description | |
---|---|---|
![]() ![]() | CreateScale(Double) |
Creates a scale matrix that scales uniformly with the given scale.
|
![]() ![]() | CreateScale(Vector2) |
Creates a scale matrix from the given vector scale.
|
![]() ![]() | CreateScale(Double, Vector2) |
Creates a scale matrix that scales uniformly with the given scale with an offset from the given center.
|
![]() ![]() | CreateScale(Double, Double) |
Creates a scale matrix from the given X and Y components.
|
![]() ![]() | CreateScale(Vector2, Vector2) |
Creates a scale matrix from the given vector scale with an offset from the given center point.
|
![]() ![]() | CreateScale(Double, Double, Vector2) |
Creates a scale matrix that is offset by a given center point.
|