#include <Wm4IntrLine3Plane3.h>
Public Member Functions | |
virtual bool | Find () |
const Line3< Real > & | GetLine () const |
Real | GetLineT () const |
const Plane3< Real > & | GetPlane () const |
IntrLine3Plane3 (const Line3< Real > &rkLine, const Plane3< Real > &rkPlane) | |
virtual bool | Test () |
Definition at line 29 of file Wm4IntrLine3Plane3.h.
Wm4::IntrLine3Plane3< Real >::IntrLine3Plane3 | ( | const Line3< Real > & | rkLine, | |
const Plane3< Real > & | rkPlane | |||
) | [inline] |
Definition at line 24 of file Wm4IntrLine3Plane3.cpp.
bool Wm4::IntrLine3Plane3< Real >::Find | ( | ) | [inline, virtual] |
Reimplemented from Wm4::Intersector< Real, Vector3< Real > >.
Definition at line 71 of file Wm4IntrLine3Plane3.cpp.
References Wm4::Intersector< Real, Vector3< Real > >::IT_EMPTY, Wm4::Intersector< Real, Vector3< Real > >::IT_LINE, Wm4::Intersector< Real, Vector3< Real > >::IT_POINT, and Wm4::Intersector< Real, Vector3< Real > >::m_iIntersectionType.
Referenced by Wm4::IntrSegment3Plane3< Real >::Find().
const Line3< Real > & Wm4::IntrLine3Plane3< Real >::GetLine | ( | ) | const [inline] |
Definition at line 33 of file Wm4IntrLine3Plane3.cpp.
Real Wm4::IntrLine3Plane3< Real >::GetLineT | ( | ) | const [inline] |
Definition at line 99 of file Wm4IntrLine3Plane3.cpp.
Referenced by Wm4::IntrSegment3Plane3< Real >::Find().
const Plane3< Real > & Wm4::IntrLine3Plane3< Real >::GetPlane | ( | ) | const [inline] |
Definition at line 39 of file Wm4IntrLine3Plane3.cpp.
bool Wm4::IntrLine3Plane3< Real >::Test | ( | ) | [inline, virtual] |
Reimplemented from Wm4::Intersector< Real, Vector3< Real > >.
Definition at line 45 of file Wm4IntrLine3Plane3.cpp.
References Wm4::Intersector< Real, Vector3< Real > >::IT_EMPTY, Wm4::Intersector< Real, Vector3< Real > >::IT_LINE, Wm4::Intersector< Real, Vector3< Real > >::IT_POINT, and Wm4::Intersector< Real, Vector3< Real > >::m_iIntersectionType.