行列からZYX軸回転の値を取得する( 戻り値 -1:ジンバルロック発生 0:成功 )
val = GetMatrixZYXRotationD(In, OutXRot, OutYRot, OutZRot)
const MATRIX_D *In double *OutXRot double *OutYRot double *OutZRot
(プラグイン / モジュール : DxLibW)
行列からZYX軸回転の値を取得する( 戻り値 -1:ジンバルロック発生 0:成功 ) GetMatrixZYXRotation の倍精度浮動小数点数(double)版です。 戻り値として結果が返ります。エラーの場合は -1 が返ります。 戻り値: int
| GetMatrixZYXRotation | 行列からZYX軸回転の値を取得する( 戻り値 -1:ジンバルロック発生 0:成功 ) | (DxLibW) |
| プラグイン / モジュール | DxLibW |
| バージョン | 3.24f |
| 作成日 | 2026/04/12 |
| 著作者 | DxLib: Takumi Yamada / HSP binding: IronHSP Project |
| URL | https://dxlib.xsrv.jp/ |
| 備考 | hspdxlib.as をインクルードして使用 |
| タイプ | DxLib ゲームライブラリ |
| グループ | DxLib その他 |
| 対応環境 |
|
| hs ファイル | hsphelp\hspdxlib.hs |