User Tools

Site Tools


api:dk11:delphi:fmx.gisviewerwnd.tgis_viewerwnd.unrotatedpoint3d_tgis_point3d

Table of Contents

TGIS_ViewerWnd.UnrotatedPoint3D method

DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.UnrotatedPoint3D | Constructors | Methods | Properties | Events

Compute original position of the rotated 3D point.

Available also on: .NET WinForms | Java | ActiveX.

Syntax

Implements IGIS_Viewer.UnrotatedPoint3D.

// Delphi
public
  function UnrotatedPoint3D(
    const _ptg : TGIS_Point3D
  ) : TGIS_Point3D;
// C++ Builder
public:
  TGIS_Point3D* UnrotatedPoint3D(
    TGIS_Point3D* const _ptg
  );

Parameters

Name Type Description
_ptg TGIS_Point3D rotated point

Result

Type Description
TGIS_Point3D Original un-rotated map coordinates.
2024/12/20 21:53

Page Tools