User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_viewer.rotatedpoint3d_tgis_point3d

Table of Contents

IGIS_Viewer.RotatedPoint3D method

DK11 for .NET | TatukGIS.NDK.IGIS_Viewer.RotatedPoint3D | Methods | Properties

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

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

Syntax

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

Parameters

Name Type Description
_ptg TGIS_Point3D point to be rotated

Result

Type Description
TGIS_Point3D Rotated map coordinates.
2022/11/16 01:37

Page Tools