GetMatrixZYXRotationD

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

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

Return Value

Type: int

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

Meta