Click or drag to resize

Matrix4FFromTranslate Method (Vector3F)

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 Matrix4F FromTranslate(
	Vector3F translation
)

Parameters

translation
Type: NeoAxisVector3F
The amount to translate in each axis.

Return Value

Type: Matrix4F
The translation matrix.
See Also