FMX.Types3D.NullPoint3D
Delphi
NullPoint3D: TPoint3D = (X: 0; Y: 0; Z: 0);
C++
extern DELPHI_PACKAGE System::Math::Vectors::TPoint3D NullPoint3D;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| const variable | public | FMX.Types3D.pas FMX.Types3D.hpp | FMX.Types3D | FMX.Types3D | 
Description
Constant of type TPoint3D that defines a 3D point in space with all its coordinates set to 0.