User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewer3dbase.camerarotation

Table of Contents

ITGIS_Viewer3DBase.CameraRotation property

DK for ActiveX | TatukGIS_XDK11.ITGIS_Viewer3DBase.CameraRotation | Methods | Properties

Camera rotation in radians; * X x rotation, vertical , range +- Pi/2 rad; * Y y rotation, inclination, range +- Pi/2 rad; * Z z rotation, horizontal , range 0 - 2Pi rad; * M camera focal length in millimeters, range 20 - 500 mm (default 50).

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

Syntax

// C#
public TGIS_Point3D CameraRotation
{
  get {}
  set {}
}
' VisualBasic
Public Property CameraRotation As TGIS_Point3D
  Get
  End Get
  Set(ByVal value As TGIS_Point3D)
  End Set
End Property
// Oxygene
public
  property CameraRotation : TGIS_Point3D read read;

Value

2025/01/31 01:05

Page Tools