Click or drag to resize

Matrix2FFromScale Method (Vector2F, Matrix2F)

Creates a scale matrix with the specified Vector2F object.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void FromScale(
	ref Vector2F scale,
	out Matrix2F result
)

Parameters

scale
Type: NeoAxisVector2F
The specified vector.
result
Type: NeoAxisMatrix2F
When the method completes, contains the scale matrix.
See Also