User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewerwnd.rotatedpoint3d_tgis_point3d

Table of Contents

TGIS_ViewerWnd.RotatedPoint3D method

DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.RotatedPoint3D | Constructors | Methods | Properties | Events

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

Available also on: Delphi FMX | .NET WinForms | ActiveX | Python.

Syntax

// Java
public TGIS_Point3D RotatedPoint3D(
  TGIS_Point3D _ptg
);
// 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:52

Page Tools