FMX.Utils.Point3DToString

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

Delphi

function Point3DToString(const P: TPoint3D): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall Point3DToString(const System::Math::Vectors::TPoint3D &P);

プロパティ

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

説明

指定された TPoint3D を文字列に変換します。


文字列は次のようなものでなければなりません。

   '(x, y, z)'

この x、y、z は、空間内の 3D の点の座標を表す数値です。

関連項目