Click or drag to resize

Matrix4FromTranslate Method (Vector3, Matrix4)

Creates a translation matrix.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void FromTranslate(
	ref Vector3 translation,
	out Matrix4 result
)

Parameters

translation
Type: NeoAxisVector3
The amount to translate in each axis.
result
Type: NeoAxisMatrix4
When the method completes, contains the translation matrix.
See Also