Matrix3FFromScale(Single, Matrix3F) Method |
Creates a scale matrix with the specified
Single value.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void FromScale(
float scale,
out Matrix3F result
)
Parameters
- scale Single
- The specified Single value.
- result Matrix3F
- When the method completes, contains the scale matrix.
See Also