User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.rotatedpoint3d_tgis_point3d

Table of Contents

TGIS_Viewer.RotatedPoint3D method

DK11 for Delphi | GisViewer.TGIS_Viewer.RotatedPoint3D | Constructors | Fields | Methods | Properties | Events

Compute position of the 3D point after the viewer rotation.

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

Syntax

Implements IGIS_Viewer.RotatedPoint3D.

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

Parameters

Name Type Description
_ptg TGIS_Point3D point to be rotated

Result

Type Description
TGIS_Point3D Rotated map coordinates.

Remarks

2022/11/30 19:19

Page Tools