FMX.Types3D.Point3DToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Point3DToString(R: TPoint3D): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall Point3DToString(const System::Types::TPoint3D &R);

Properties

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

Description

Converts the given TPoint3D to a string.

The string looks like:

  '(x, y, z)'

where x, y, and z are numbers that represent the coordinates of the 3D point in space.

See Also

Personal tools
Translations