Click or drag to resize

Matrix4FFromTranslate Method (Vector3F, Matrix4F)

Creates a translation matrix.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void FromTranslate(
	ref Vector3F translation,
	out Matrix4F result
)

Parameters

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