Click or drag to resize

Matrix3FFromScale(Single) Method

Creates a scale matrix with the specified Single value.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Matrix3F FromScale(
	float scale
)

Parameters

scale  Single
The specified Single value.

Return Value

Matrix3F
The scale matrix.
See Also