ビューポート行列を作成する
val = CreateViewportMatrixD(Out, CenterX, CenterY, Width, Height)
MATRIX_D *Out double CenterX double CenterY double Width double Height
(プラグイン / モジュール : DxLibW)
ビューポート行列を作成する 成功するとハンドルが返ります。失敗した場合は -1 が返ります。 CreateViewportMatrix の倍精度浮動小数点数(double)版です。 ※ DxLib のハンドル値は 32bit/64bit 共に int 型です。 戻り値: int
| CreateViewportMatrix | ビューポート行列を作成する | (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 |