DK11 for .NET | TatukGIS.NDK.TGIS_Layer.Project3D | Constructors | Fields | Methods | Properties | Events
Applies a projection on the single point in 3D.
// C# public virtual TGIS_Point3D Project3D( TGIS_Point3D _ptg );
' VisualBasic Public Overridable Function Project3D( ByVal _ptg As TGIS_Point3D ) As TGIS_Point3D
// Oxygene public function Project3D( _ptg : TGIS_Point3D ) : TGIS_Point3D; virtual;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | point to be projected |
Type | Description |
---|---|
TGIS_Point3D | 3D point with applied projection |