DK11 for Delphi | GisUtils.TGIS_Utils.GisPoint3DFrom2D | Methods | Properties
Convert 2D point into 3D point.
// Delphi public class function GisPoint3DFrom2D( const _ptg : TGIS_Point ) : TGIS_Point3D; static;
// C++ Builder public: static TGIS_Point3D* GisPoint3DFrom2D( TGIS_Point* const _ptg );
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | point to be converted |
Type | Description |
---|---|
TGIS_Point3D | New 3D point converted from 2D. |