FMX.Types3D.TBoundingBox.IntersectsWith
Delphi
function IntersectsWith(const ABox: TBoundingBox): Boolean;
C++
bool __fastcall IntersectsWith(const TBoundingBox &ABox);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TBoundingBox |
説明
TBoundingBox のどこかの部分が ABox と交差していれば True を返します。