Click or drag to resize

TransformToMatrix4 Method (Boolean, Boolean, Boolean, Matrix4)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void ToMatrix4(
	bool useTraslation,
	bool useRotation,
	bool useScaling,
	out Matrix4 result
)

Parameters

useTraslation
Type: SystemBoolean
useRotation
Type: SystemBoolean
useScaling
Type: SystemBoolean
result
Type: NeoAxisMatrix4
See Also