FMX.Types3D.TPosition3D.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ADefaultValue: TPoint3D); virtual;

C++

__fastcall virtual TPosition3D(const System::Math::Vectors::TPoint3D &ADefaultValue);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TPosition3D

Description

Constructs a TPosition3D object and initializes its data before the object is first used.

ADefaultValue, stored in DefaultValue, represents a TPoint3D that specifies the default values for X, Y, and Z.

See Also