GetMatrixYZXRotation

行列からYZX軸回転の値を取得する

nothrow @nogc extern (C++, DxLib) extern
int
GetMatrixYZXRotation
(
const(.MATRIX)* In
,
float* OutXRot
,
float* OutYRot
,
float* OutZRot
)

Return Value

Type: int

-1:ジンバルロック発生 0:成功

Meta