Click or drag to resize

Matrix3DSetTranslate Method (ListSingle, Boolean)

Set Translate

Namespace:  VIZCore3DX.NET.Data
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public void SetTranslate(
	List<float> translation,
	bool reset = false
)

Parameters

translation
Type: System.Collections.GenericListSingle
Translation
reset (Optional)
Type: SystemBoolean
Initialize Matrix
See Also