FMX.Types3D.TBoundingBox.IntersectsWith

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IntersectsWith(const ABox: TBoundingBox): Boolean;

C++

bool __fastcall IntersectsWith(const TBoundingBox &ABox);

Properties

Type Visibility Source Unit Parent
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TBoundingBox

Description

Returns True if any part of the TBoundingBox intersects the ABox.

See Also