Click or drag to resize

Matrix3FromScale Method (Vector3, Matrix3)

Creates a scale matrix with the specified Vector3 object.

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

Parameters

scale
Type: NeoAxisVector3
The specified vector.
result
Type: NeoAxisMatrix3
When the method completes, contains the scale matrix.
See Also