#include <GU_IntersectionAnalysis.h>
Definition at line 42 of file GU_IntersectionAnalysis.h.
GU_IntersectionAnalysis::SegmentIntersectionInfo::SegmentIntersectionInfo |
( |
| ) |
|
|
inline |
GU_IntersectionAnalysis::SegmentIntersectionInfo::SegmentIntersectionInfo |
( |
Real |
t | ) |
|
|
inline |
GU_IntersectionAnalysis::SegmentIntersectionInfo::SegmentIntersectionInfo |
( |
Real |
t, |
|
|
Real |
t2 |
|
) |
| |
|
inline |
Real GU_IntersectionAnalysis::SegmentIntersectionInfo::t |
t is the intersection parameter giving the intersection point: x = (1-t)*a + t*b where (a,b) marks the corresponding segment
Definition at line 56 of file GU_IntersectionAnalysis.h.
Real GU_IntersectionAnalysis::SegmentIntersectionInfo::t2 |
The documentation for this struct was generated from the following file: