[]
Creates a scale transformation matrix.
public static void ScaleRef(out Matrix3x2 result, float scale)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | result | |
| float | scale |
Creates a scale transformation matrix.
public static void ScaleRef(out Matrix3x2 result, float xScale, float yScale)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | result | |
| float | xScale | |
| float | yScale |
Creates a scale transformation matrix.
public static void ScaleRef(out Matrix3x2 result, float scale, ref Point2F center)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | result | |
| float | scale | |
| Point2F | center |
Creates a scale transformation matrix.
public static void ScaleRef(out Matrix3x2 result, float xScale, float yScale, ref Point2F center)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | result | |
| float | xScale | |
| float | yScale | |
| Point2F | center |