Click or drag to resize

RcMatrix4x4fCreateFromRotate Method


Namespace: NeoAxis.DotRecast.Core.Numerics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public static RcMatrix4x4f CreateFromRotate(
	float a,
	float x,
	float y,
	float z
)

Parameters

a  Single
 
x  Single
 
y  Single
 
z  Single
 

Return Value

RcMatrix4x4f
See Also