Matrix3FromScale Method (Double) |
Creates a scale matrix with the specified
Double value.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Matrix3 FromScale(
double scale
)
Parameters
- scale
- Type: SystemDouble
The specified Double value.
Return Value
Type:
Matrix3The scale matrix.
See Also