Matrix2FFromScale Method (Vector2F) |
Creates a scale matrix with the specified
Vector2F object.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Matrix2F FromScale(
Vector2F scale
)
Parameters
- scale
- Type: NeoAxisVector2F
The specified vector.
Return Value
Type:
Matrix2FThe scale matrix.
See Also