public static class MatrixUtils
Methods
Declaration
public static List<string> debugDescribeTransform(Matrix3 transform)
Parameters
| Type |
Name |
Description |
| Matrix3 |
transform |
|
Returns
Declaration
public static Offset getAsTranslation(this Matrix3 matrix3)
Parameters
| Type |
Name |
Description |
| Matrix3 |
matrix3 |
|
Returns
Declaration
public static Vector3 perspectiveTransform(this Matrix4x4 m4, Vector3 arg)
Parameters
| Type |
Name |
Description |
| Matrix4x4 |
m4 |
|
| Vector3 |
arg |
|
Returns
Declaration
public static Matrix4x4 toMatrix4x4(this Matrix3 matrix3)
Parameters
| Type |
Name |
Description |
| Matrix3 |
matrix3 |
|
Returns
| Type |
Description |
| Matrix4x4 |
|
Declaration
public static Offset transformPoint(Matrix4x4 transform, Offset point)
Parameters
| Type |
Name |
Description |
| Matrix4x4 |
transform |
|
| Offset |
point |
|
Returns
Declaration
public static Rect transformRect(Matrix4x4 transform, Rect rect)
Parameters
| Type |
Name |
Description |
| Matrix4x4 |
transform |
|
| Rect |
rect |
|
Returns