#include <Wm4IntrSegment3Triangle3.h>
Collaboration diagram for Wm4::IntrSegment3Triangle3< Real >:
Public Member Functions | |
IntrSegment3Triangle3 (const Segment3< Real > &rkSegment, const Triangle3< Real > &rkTriangle) | |
const Segment3< Real > & | GetSegment () const |
const Triangle3< Real > & | GetTriangle () const |
virtual bool | Test () |
virtual bool | Find () |
Real | GetSegmentT () const |
Real | GetTriB0 () const |
Real | GetTriB1 () const |
Real | GetTriB2 () const |
virtual bool | Test (Real fTMax, const Vector3< Real > &rkVelocity0, const Vector3< Real > &rkVelocity1) |
virtual bool | Find (Real fTMax, const Vector3< Real > &rkVelocity0, const Vector3< Real > &rkVelocity1) |
int | GetQuantity () const |
const Vector3< Real > & | GetPoint (int i) const |
Wm4::IntrSegment3Triangle3< Real >::IntrSegment3Triangle3 | ( | const Segment3< Real > & | rkSegment, | |
const Triangle3< Real > & | rkTriangle | |||
) |
const Segment3< Real > & Wm4::IntrSegment3Triangle3< Real >::GetSegment | ( | ) | const |
const Triangle3< Real > & Wm4::IntrSegment3Triangle3< Real >::GetTriangle | ( | ) | const |
bool Wm4::IntrSegment3Triangle3< Real >::Test | ( | ) | [virtual] |
bool Wm4::IntrSegment3Triangle3< Real >::Find | ( | ) | [virtual] |
Real Wm4::IntrSegment3Triangle3< Real >::GetSegmentT | ( | ) | const |
Real Wm4::IntrSegment3Triangle3< Real >::GetTriB0 | ( | ) | const |
Real Wm4::IntrSegment3Triangle3< Real >::GetTriB1 | ( | ) | const |
Real Wm4::IntrSegment3Triangle3< Real >::GetTriB2 | ( | ) | const |
bool Wm4::IntrSegment3Triangle3< Real >::Test | ( | Real | fTMax, | |
const Vector3< Real > & | rkVelocity0, | |||
const Vector3< Real > & | rkVelocity1 | |||
) | [virtual] |
bool Wm4::IntrSegment3Triangle3< Real >::Find | ( | Real | fTMax, | |
const Vector3< Real > & | rkVelocity0, | |||
const Vector3< Real > & | rkVelocity1 | |||
) | [virtual] |
int Wm4::IntrSegment3Triangle3< Real >::GetQuantity | ( | ) | const |
const Vector3< Real > & Wm4::IntrSegment3Triangle3< Real >::GetPoint | ( | int | i | ) | const |