#include <Wm4IntrTriangle2Triangle2.h>
Public Member Functions | |
virtual bool | Find (Real fTMax, const Vector2< Real > &rkVelocity0, const Vector2< Real > &rkVelocity1) |
virtual bool | Find () |
const Vector2< Real > & | GetPoint (int i) const |
int | GetQuantity () const |
const Triangle2< Real > & | GetTriangle0 () const |
const Triangle2< Real > & | GetTriangle1 () const |
IntrTriangle2Triangle2 (const Triangle2< Real > &rkTriangle0, const Triangle2< Real > &rkTriangle1) | |
virtual bool | Test (Real fTMax, const Vector2< Real > &rkVelocity0, const Vector2< Real > &rkVelocity1) |
virtual bool | Test () |
Definition at line 29 of file Wm4IntrTriangle2Triangle2.h.
Wm4::IntrTriangle2Triangle2< Real >::IntrTriangle2Triangle2 | ( | const Triangle2< Real > & | rkTriangle0, | |
const Triangle2< Real > & | rkTriangle1 | |||
) | [inline] |
Definition at line 24 of file Wm4IntrTriangle2Triangle2.cpp.
bool Wm4::IntrTriangle2Triangle2< Real >::Find | ( | Real | fTMax, | |
const Vector2< Real > & | rkVelocity0, | |||
const Vector2< Real > & | rkVelocity1 | |||
) | [inline, virtual] |
Reimplemented from Wm4::Intersector< Real, Vector2< Real > >.
Definition at line 165 of file Wm4IntrTriangle2Triangle2.cpp.
References Wm4::Vector2< Real >::Dot(), Wm4::Intersector< Real, Vector2< Real > >::m_fContactTime, Wm4::Vector2< Real >::X(), and Wm4::Vector2< Real >::Y().
bool Wm4::IntrTriangle2Triangle2< Real >::Find | ( | ) | [inline, virtual] |
Reimplemented from Wm4::Intersector< Real, Vector2< Real > >.
Definition at line 81 of file Wm4IntrTriangle2Triangle2.cpp.
const Vector2< Real > & Wm4::IntrTriangle2Triangle2< Real >::GetPoint | ( | int | i | ) | const [inline] |
Definition at line 237 of file Wm4IntrTriangle2Triangle2.cpp.
int Wm4::IntrTriangle2Triangle2< Real >::GetQuantity | ( | ) | const [inline] |
Definition at line 231 of file Wm4IntrTriangle2Triangle2.cpp.
const Triangle2< Real > & Wm4::IntrTriangle2Triangle2< Real >::GetTriangle0 | ( | ) | const [inline] |
Definition at line 34 of file Wm4IntrTriangle2Triangle2.cpp.
const Triangle2< Real > & Wm4::IntrTriangle2Triangle2< Real >::GetTriangle1 | ( | ) | const [inline] |
Definition at line 40 of file Wm4IntrTriangle2Triangle2.cpp.
bool Wm4::IntrTriangle2Triangle2< Real >::Test | ( | Real | fTMax, | |
const Vector2< Real > & | rkVelocity0, | |||
const Vector2< Real > & | rkVelocity1 | |||
) | [inline, virtual] |
Reimplemented from Wm4::Intersector< Real, Vector2< Real > >.
Definition at line 110 of file Wm4IntrTriangle2Triangle2.cpp.
References Wm4::Vector2< Real >::Dot(), Wm4::Intersector< Real, Vector2< Real > >::m_fContactTime, Wm4::Vector2< Real >::X(), and Wm4::Vector2< Real >::Y().
bool Wm4::IntrTriangle2Triangle2< Real >::Test | ( | ) | [inline, virtual] |
Reimplemented from Wm4::Intersector< Real, Vector2< Real > >.
Definition at line 46 of file Wm4IntrTriangle2Triangle2.cpp.
References Wm4::Vector2< Real >::X(), and Wm4::Vector2< Real >::Y().