#include <Wm4IntrSegment3Plane3.h>
Public Member Functions | |
virtual bool | Find () |
const Plane3< Real > & | GetPlane () const |
const Segment3< Real > & | GetSegment () const |
Real | GetSegmentT () const |
IntrSegment3Plane3 (const Segment3< Real > &rkSegment, const Plane3< Real > &rkPlane) | |
virtual bool | Test () |
Definition at line 29 of file Wm4IntrSegment3Plane3.h.
Wm4::IntrSegment3Plane3< Real >::IntrSegment3Plane3 | ( | const Segment3< Real > & | rkSegment, | |
const Plane3< Real > & | rkPlane | |||
) | [inline] |
Definition at line 25 of file Wm4IntrSegment3Plane3.cpp.
bool Wm4::IntrSegment3Plane3< Real >::Find | ( | ) | [inline, virtual] |
Reimplemented from Wm4::Intersector< Real, Vector3< Real > >.
Definition at line 90 of file Wm4IntrSegment3Plane3.cpp.
References Wm4::IntrLine3Plane3< Real >::Find(), Wm4::Intersector< Real, Vector3< Real > >::GetIntersectionType(), Wm4::IntrLine3Plane3< Real >::GetLineT(), Wm4::Intersector< Real, Vector3< Real > >::IT_EMPTY, and Wm4::Intersector< Real, Vector3< Real > >::m_iIntersectionType.
Referenced by MeshCore::MeshGeomFacet::IntersectWithPlane().
const Plane3< Real > & Wm4::IntrSegment3Plane3< Real >::GetPlane | ( | ) | const [inline] |
Definition at line 40 of file Wm4IntrSegment3Plane3.cpp.
const Segment3< Real > & Wm4::IntrSegment3Plane3< Real >::GetSegment | ( | ) | const [inline] |
Definition at line 34 of file Wm4IntrSegment3Plane3.cpp.
Real Wm4::IntrSegment3Plane3< Real >::GetSegmentT | ( | ) | const [inline] |
Definition at line 108 of file Wm4IntrSegment3Plane3.cpp.
Referenced by MeshCore::MeshGeomFacet::IntersectWithPlane().
bool Wm4::IntrSegment3Plane3< Real >::Test | ( | ) | [inline, virtual] |
Reimplemented from Wm4::Intersector< Real, Vector3< Real > >.
Definition at line 46 of file Wm4IntrSegment3Plane3.cpp.
References Wm4::Intersector< Real, Vector3< Real > >::IT_EMPTY, Wm4::Intersector< Real, Vector3< Real > >::IT_POINT, Wm4::Intersector< Real, Vector3< Real > >::IT_SEGMENT, and Wm4::Intersector< Real, Vector3< Real > >::m_iIntersectionType.