xmsgrid
1.0
|
An intersection point of a line with a polygon. More...
#include <GmMultiPolyIntersectorData.h>
Public Member Functions | |
ix (Pt3d a_pt, int a_i, double a_t) | |
bool | operator== (const ix &rhs) |
Public Attributes | |
Pt3d | m_pt |
Intersection location. | |
int | m_i |
The polygon id (1 based) | |
double | m_t |
t values | |
An intersection point of a line with a polygon.
Definition at line 23 of file GmMultiPolyIntersectorData.h.
|
inline |
constructor
a_pt | The point. |
a_i | The polygon id (1 based) |
a_t | tvalue. |
Definition at line 30 of file GmMultiPolyIntersectorData.h.
|
inline |
operator==
rhs | right hand side. |
Definition at line 39 of file GmMultiPolyIntersectorData.h.