Click or drag to resize

Matrix3FFromScale(Vector3F, Matrix3F) Method

Creates a scale matrix with the specified Vector3F 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 Vector3F scale,
	out Matrix3F result
)

Parameters

scale  Vector3F
The specified vector.
result  Matrix3F
When the method completes, contains the scale matrix.
See Also