Matrix3FFromScale Method (Single) |
Creates a scale matrix with the specified
Single value.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Matrix3F FromScale(
float scale
)
Parameters
- scale
- Type: SystemSingle
The specified Single value.
Return Value
Type:
Matrix3FThe scale matrix.
See Also