DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_Viewer3DBase.RayIntersectDem | Constructors | Fields | Methods | Properties | Events
// 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;
Name | Type | Description |
---|---|---|
_orig | TGIS_Point3D | |
_dir | TGIS_Point3D | |
_ptg | TGIS_Point3D |
Type | Description |
---|---|
bool Boolean |