User Tools

Site Tools


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

Table of Contents

IGIS_Viewer.RotatedPoint3D_ref method

DK for .NET | TatukGIS.NDK.IGIS_Viewer.RotatedPoint3D_ref | Methods | Properties

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

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

Syntax

// C#
public void RotatedPoint3D_ref(
  ref TGIS_Point3D _ptg
);
' VisualBasic
Public Sub RotatedPoint3D_ref(
  ByRef _ptg As TGIS_Point3D
)
// Oxygene
public
  procedure RotatedPoint3D_ref(
    var _ptg : TGIS_Point3D
  );

Parameters

Name Type Description
_ptg TGIS_Point3D point to be rotated
2025/01/31 01:14

Page Tools