FMX.Types3D.TBoundingBox.Inflate
Delphi
function Inflate(const DX, DY, DZ: Single): TBoundingBox; overload;
function Inflate(const DL, DT, DN, DR, DB, DF: Single): TBoundingBox; overload;
C++
TBoundingBox __fastcall Inflate(const float DX, const float DY, const float DZ)/* overload */;
TBoundingBox __fastcall Inflate(const float DL, const float DT, const float DN, const float DR, const float DB, const float DF)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TBoundingBox |
説明
入力引数に応じて TBoundingBox を膨張させます。
TBoundingBox を膨張させるには、2 つのオーバーロード メソッドを使用できます。第 1 のオーバーロード メソッドでは、TBoundingBox の BottomRightFar および TopLeftNear を、DX、DY、Dz および -DX、-DY、-DZ を使って膨張させます。第 2 のオーバーロード メソッドでは、TBoundingBox の BottomRightFar および TopLeftNear を、DR、DB、DF および -DL、-DT、-DN を使って膨張させます。