Click or drag to resize

TransformToMatrix4(Boolean, Boolean, Boolean, Matrix4) Method


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

Parameters

useTraslation  Boolean
 
useRotation  Boolean
 
useScaling  Boolean
 
result  Matrix4
 
See Also