Click or drag to resize

Matrix3FFromScale Method (Single, Matrix3F)

Creates a scale matrix with the specified Single value.

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

Parameters

scale
Type: SystemSingle
The specified Single value.
result
Type: NeoAxisMatrix3F
When the method completes, contains the scale matrix.
See Also