User Tools

Site Tools


api:dk11:delphi:gisviewer3dbase.tgis_viewer3dbase.rayintersectdem_tgis_point3d_tgis_point3d_tgis_point3d

Table of Contents

TGIS_Viewer3DBase.RayIntersectDem method

Syntax

// Delphi
public
  function RayIntersectDem(
    const _orig : TGIS_Point3D;
    const _dir : TGIS_Point3D;
    out _ptg : TGIS_Point3D
  ) : Boolean;
// C++ Builder
public:
  bool RayIntersectDem(
    TGIS_Point3D* const _orig,
    TGIS_Point3D* const _dir,
    /* out */ TGIS_Point3D* &_ptg
  );

Parameters

Name Type Description
_orig TGIS_Point3D
_dir TGIS_Point3D
_ptg TGIS_Point3D

Result

Type Description
Boolean
2022/11/30 19:19

Page Tools