#include <Wm4DistLine3Triangle3.h>
Public Member Functions | |
DistLine3Triangle3 (const Line3< Real > &rkLine, const Triangle3< Real > &rkTriangle) | |
virtual Real | Get (Real fT, const Vector3< Real > &rkVelocity0, const Vector3< Real > &rkVelocity1) |
virtual Real | Get () |
const Line3< Real > & | GetLine () const |
Real | GetLineParameter () const |
virtual Real | GetSquared (Real fT, const Vector3< Real > &rkVelocity0, const Vector3< Real > &rkVelocity1) |
virtual Real | GetSquared () |
const Triangle3< Real > & | GetTriangle () const |
Real | GetTriangleBary (int i) const |
Definition at line 29 of file Wm4DistLine3Triangle3.h.
Wm4::DistLine3Triangle3< Real >::DistLine3Triangle3 | ( | const Line3< Real > & | rkLine, | |
const Triangle3< Real > & | rkTriangle | |||
) | [inline] |
Definition at line 25 of file Wm4DistLine3Triangle3.cpp.
Real Wm4::DistLine3Triangle3< Real >::Get | ( | Real | fT, | |
const Vector3< Real > & | rkVelocity0, | |||
const Vector3< Real > & | rkVelocity1 | |||
) | [inline, virtual] |
Implements Wm4::Distance< Real, Vector3< Real > >.
Definition at line 134 of file Wm4DistLine3Triangle3.cpp.
References Wm4::DistLine3Triangle3< Real >::Get().
Real Wm4::DistLine3Triangle3< Real >::Get | ( | ) | [inline, virtual] |
Implements Wm4::Distance< Real, Vector3< Real > >.
Definition at line 46 of file Wm4DistLine3Triangle3.cpp.
References Wm4::DistLine3Triangle3< Real >::GetSquared().
Referenced by Wm4::DistLine3Triangle3< Real >::Get().
const Line3< Real > & Wm4::DistLine3Triangle3< Real >::GetLine | ( | ) | const [inline] |
Definition at line 34 of file Wm4DistLine3Triangle3.cpp.
Real Wm4::DistLine3Triangle3< Real >::GetLineParameter | ( | ) | const [inline] |
Definition at line 160 of file Wm4DistLine3Triangle3.cpp.
Referenced by Wm4::DistSegment3Triangle3< Real >::GetSquared().
Real Wm4::DistLine3Triangle3< Real >::GetSquared | ( | Real | fT, | |
const Vector3< Real > & | rkVelocity0, | |||
const Vector3< Real > & | rkVelocity1 | |||
) | [inline, virtual] |
Implements Wm4::Distance< Real, Vector3< Real > >.
Definition at line 147 of file Wm4DistLine3Triangle3.cpp.
References Wm4::DistLine3Triangle3< Real >::GetSquared().
Real Wm4::DistLine3Triangle3< Real >::GetSquared | ( | ) | [inline, virtual] |
Implements Wm4::Distance< Real, Vector3< Real > >.
Definition at line 53 of file Wm4DistLine3Triangle3.cpp.
References Wm4::Segment3< Real >::Direction, Wm4::Vector3< Real >::Dot(), Wm4::Segment3< Real >::Extent, Wm4::Distance< Real, Vector3< Real > >::GetClosestPoint0(), Wm4::Distance< Real, Vector3< Real > >::GetClosestPoint1(), Wm4::DistLine3Segment3< Real >::GetLineParameter(), Wm4::DistLine3Segment3< Real >::GetSegmentParameter(), Wm4::DistLine3Segment3< Real >::GetSquared(), Wm4::Distance< Real, Vector3< Real > >::m_kClosestPoint0, Wm4::Distance< Real, Vector3< Real > >::m_kClosestPoint1, Wm4::Segment3< Real >::Origin, and Wm4::Vector3< Real >::UnitCross().
Referenced by Wm4::DistLine3Triangle3< Real >::Get(), Wm4::DistSegment3Triangle3< Real >::GetSquared(), and Wm4::DistLine3Triangle3< Real >::GetSquared().
const Triangle3< Real > & Wm4::DistLine3Triangle3< Real >::GetTriangle | ( | ) | const [inline] |
Definition at line 40 of file Wm4DistLine3Triangle3.cpp.
Real Wm4::DistLine3Triangle3< Real >::GetTriangleBary | ( | int | i | ) | const [inline] |
Definition at line 166 of file Wm4DistLine3Triangle3.cpp.
Referenced by Wm4::DistSegment3Triangle3< Real >::GetSquared().