User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewer3dbase.rayintersectdem_tgis_point3d_tgis_point3d_tgis_point3d

Table of Contents

TGIS_Viewer3DBase.RayIntersectDem method

Syntax

// C#
public bool RayIntersectDem(
  TGIS_Point3D _orig,
  TGIS_Point3D _dir,
  out TGIS_Point3D _ptg
);
' VisualBasic
Public Function RayIntersectDem(
  ByVal _orig As TGIS_Point3D,
  ByVal _dir As TGIS_Point3D,
  <out> _ptg As TGIS_Point3D
) As Boolean
// Oxygene
public
  function RayIntersectDem(
    _orig : TGIS_Point3D;
    _dir : TGIS_Point3D;
    out _ptg : TGIS_Point3D
  ) : Boolean;

Parameters

Name Type Description
_orig TGIS_Point3D
_dir TGIS_Point3D
_ptg TGIS_Point3D

Result

Type Description
bool
Boolean
2024/12/20 22:24

Page Tools