Matrix3x2::CreateScale Method
Creates a scaling matrix.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateScale(Single) | Creates a scaling matrix that scales uniformly with the given scale. |
|
CreateScale(Vector2) | Creates a scaling matrix from the specified vector scale. |
|
CreateScale(Single, Vector2) | Creates a scaling matrix that scales uniformly with the specified scale with an offset from the specified center. |
|
CreateScale(Single, Single) | Creates a scaling matrix from the specified X and Y components. |
|
CreateScale(Vector2, Vector2) | Creates a scaling matrix from the specified vector scale with an offset from the specified center point. |
|
CreateScale(Single, Single, Vector2) | Creates a scaling matrix that is offset by a given center point. |
Show: