HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_IntersectionAnalysis::SegmentIntersectionInfo Struct Reference

#include <GU_IntersectionAnalysis.h>

Public Member Functions

 SegmentIntersectionInfo ()
 
 SegmentIntersectionInfo (Real t)
 
 SegmentIntersectionInfo (Real t, Real t2)
 

Public Attributes

SegmentIntersectionType type
 
Real t
 
Real t2
 

Detailed Description

Definition at line 42 of file GU_IntersectionAnalysis.h.

Constructor & Destructor Documentation

GU_IntersectionAnalysis::SegmentIntersectionInfo::SegmentIntersectionInfo ( )
inline

Definition at line 44 of file GU_IntersectionAnalysis.h.

GU_IntersectionAnalysis::SegmentIntersectionInfo::SegmentIntersectionInfo ( Real  t)
inline

Definition at line 45 of file GU_IntersectionAnalysis.h.

GU_IntersectionAnalysis::SegmentIntersectionInfo::SegmentIntersectionInfo ( Real  t,
Real  t2 
)
inline

Definition at line 48 of file GU_IntersectionAnalysis.h.

Member Data Documentation

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

Definition at line 57 of file GU_IntersectionAnalysis.h.

SegmentIntersectionType GU_IntersectionAnalysis::SegmentIntersectionInfo::type

Definition at line 51 of file GU_IntersectionAnalysis.h.


The documentation for this struct was generated from the following file: