Matrix2FromScale Method (Vector2) |
Creates a scale matrix with the specified
Vector2 object.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Matrix2 FromScale(
Vector2 scale
)
Parameters
- scale
- Type: NeoAxisVector2
The specified vector.
Return Value
Type:
Matrix2The scale matrix.
See Also