User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.unrotatedpoint3d_ref_itgis_point3d

Table of Contents

IGIS_Viewer.UnrotatedPoint3D_ref method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.UnrotatedPoint3D_ref | Methods | Properties

Compute original position of the rotated 3D point.

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

Syntax

// C#
public void UnrotatedPoint3D_ref(
  ref ITGIS_Point3D _ptg
);
' VisualBasic
Public Sub UnrotatedPoint3D_ref(
  ByRef _ptg As ITGIS_Point3D
)
// Oxygene
public
  procedure UnrotatedPoint3D_ref(
    var _ptg : ITGIS_Point3D
  );

Parameters

Name Type Description
_ptg ITGIS_Point3D rotated point
2025/01/31 01:03

Page Tools