FMX.Types3D.TBoundingBox.EqualsTo
Delphi
function EqualsTo(const ABox: TBoundingBox; const Epsilon: Single = 0): Boolean;
C++
bool __fastcall EqualsTo(const TBoundingBox &ABox, const float Epsilon = 0.000000E+00f);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FMX.Types3D.pas FMX.Types3D.hpp | FMX.Types3D | TBoundingBox | 
Description
Returns True if the current TBoundingBox is equal to ABox.
The EqualsTo method compares the TopLeftNear and BottomRightFar values of the current TBoundingBox and the ABox, and returns True if values differ less than Epsilon.