DK11 for Delphi | GisLayer.TGIS_Layer.Project3D | Constructors | Fields | Methods | Properties | Events
Applies a projection on the single point in 3D.
// Delphi public function Project3D( const _ptg : TGIS_Point3D ) : TGIS_Point3D; virtual;
// C++ Builder public: virtual TGIS_Point3D* Project3D( TGIS_Point3D* const _ptg );
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | point to be projected |
Type | Description |
---|---|
TGIS_Point3D | 3D point with applied projection |