GetMatrixYZXRotationD

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

nothrow @nogc extern (C++, DxLib) extern
int
GetMatrixYZXRotationD
(
const(.MATRIX_D)* In
,
double* OutXRot
,
double* OutYRot
,
double* OutZRot
)

Return Value

Type: int

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

Meta