Matrix3FromScale(Double) Method |
Creates a scale matrix with the specified
Double value.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Matrix3 FromScale(
double scale
)
Parameters
- scale Double
- The specified Double value.
Return Value
Matrix3The scale matrix.
See Also