Click or drag to resize

Matrix3FromScale(Double, Matrix3) Method

Creates a scale matrix with the specified Double value.

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

Parameters

scale  Double
The specified Double value.
result  Matrix3
When the method completes, contains the scale matrix.
See Also