User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.rotatedpoint3d_itgis_point3d

Table of Contents

ITGIS_ViewerWnd.RotatedPoint3D method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.RotatedPoint3D | Methods | Properties

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

Available also on: Delphi FMX | .NET WinForms | Java.

Syntax

// C#
public ITGIS_Point3D RotatedPoint3D(
  ITGIS_Point3D _ptg
);
' VisualBasic
Public Function RotatedPoint3D(
  ByVal _ptg As ITGIS_Point3D
) As ITGIS_Point3D
// Oxygene
public
  function RotatedPoint3D(
    _ptg : ITGIS_Point3D
  ) : ITGIS_Point3D;

Parameters

Name Type Description
_ptg ITGIS_Point3D point to be rotated

Result

Type Description
ITGIS_Point3D Rotated map coordinates.
2024/12/20 21:52

Page Tools