FMX.Types3D.TBoundingBox.Offset

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

Delphi

function Offset(const DX, DY, DZ: Single): TBoundingBox; overload;
function Offset(const APoint: TPoint3D): TBoundingBox; overload;

C++

TBoundingBox __fastcall Offset(const float DX, const float DY, const float DZ)/* overload */;
TBoundingBox __fastcall Offset(const System::Math::Vectors::TPoint3D &APoint)/* overload */;

プロパティ

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


説明

入力引数に応じて TBoundingBox の位置をずらします。

TBoundingBox の位置をずらすための入力として、引数 APointTPoint3D を渡すか、3 つの Single 引数 DXDYDZ を渡すことができます。

関連項目