Click or drag to resize

TransformToMatrix4 Method (Boolean, Boolean, Boolean)

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

Parameters

useTraslation (Optional)
Type: SystemBoolean
useRotation (Optional)
Type: SystemBoolean
useScaling (Optional)
Type: SystemBoolean

Return Value

Type: Matrix4
See Also