Matrix3FromScale Method (Double, Matrix3) |
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 void FromScale(
double scale,
out Matrix3 result
)
Parameters
- scale
- Type: SystemDouble
The specified Double value. - result
- Type: NeoAxisMatrix3
When the method completes, contains the scale matrix.
See Also