FMX.Types3D.TBoundingBox.IsEmpty

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

Delphi

function IsEmpty(const Epsilon: Single = TEpsilon.Vector): Boolean;

C++

bool __fastcall IsEmpty(const float Epsilon = 1.000000E-04f);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TBoundingBox


説明

TBoundingBox が空であれば True を返します。

IsEmpty メソッドでは、RightLeft に等しい、TopBottom に等しい、FarNear に等しい、のいずれかの場合に、TBoundingBox が空であると見なします。

Epsilon は、2 つの値を同じと見なす場合の差の上限を設定します。

関連項目