Click or drag to resize

Matrix2FromScale(Vector2, Matrix2) Method

Creates a scale matrix with the specified Vector2 object.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void FromScale(
	ref Vector2 scale,
	out Matrix2 result
)

Parameters

scale  Vector2
The specified vector.
result  Matrix2
When the method completes, contains the scale matrix.
See Also