User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.unproject3d_ref_tgis_point3d

Table of Contents

TGIS_Layer.Unproject3D_Ref method

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.Unproject3D_Ref | Constructors | Fields | Methods | Properties | Events

Applies reverse projection (recovers from the projection) on the single point in 3D.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public virtual void Unproject3D_Ref(
  ref TGIS_Point3D _ptg
);
' VisualBasic
Public Overridable Sub Unproject3D_Ref(
  ByRef _ptg As TGIS_Point3D
)
// Oxygene
public
  procedure Unproject3D_Ref(
    var _ptg : TGIS_Point3D
  ); virtual;

Parameters

Name Type Description
_ptg TGIS_Point3D point to be unprojected

Remarks

If Rotation has been applied then point will be rotated accordingly.

2022/11/16 01:31

Page Tools