DK11 for Delphi | GisViewer3DBase.TGIS_Viewer3DBase.RayIntersectDem | Constructors | Fields | Methods | Properties | Events
Available also on: .NET WinForms | ActiveX | Python.
// 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 );
Name | Type | Description |
---|---|---|
_orig | TGIS_Point3D | |
_dir | TGIS_Point3D | |
_ptg | TGIS_Point3D |
Type | Description |
---|---|
Boolean |