FMX.Types3D.TBoundingBox.IntersectsWith

提供: RAD Studio API Documentation
移動先: 案内検索

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 を返します。

関連項目