Intersector of _Segment's. More...
Public Member Functions | |
| _SegmentIntersection () | |
| bool | Compute (const _Segment &seg1, const _Segment &seg2, bool seg2IsRay=false) |
| bool | Compute (const _Segment &seg1, const gp_Ax2d &ray) |
Data Fields | |
| gp_XY | _vec1 |
| gp_XY | _vec2 |
| gp_XY | _vec21 |
| double | _D |
| double | _param1 |
| double | _param2 |
Intersector of _Segment's.
| VISCOUS_2D::_SegmentIntersection::_SegmentIntersection | ( | ) |
| double VISCOUS_2D::_SegmentIntersection::_D |
| double VISCOUS_2D::_SegmentIntersection::_param1 |
| double VISCOUS_2D::_SegmentIntersection::_param2 |
| gp_XY VISCOUS_2D::_SegmentIntersection::_vec1 |
| gp_XY VISCOUS_2D::_SegmentIntersection::_vec2 |
| gp_XY VISCOUS_2D::_SegmentIntersection::_vec21 |