Matrix2FFromScale(Vector2F, Matrix2F) Method |
Creates a scale matrix with the specified
Vector2F object.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void FromScale(
ref Vector2F scale,
out Matrix2F result
)
Parameters
- scale Vector2F
- The specified vector.
- result Matrix2F
- When the method completes, contains the scale matrix.
See Also