#include <Wm4Segment3.h>
Public Member Functions | |
Vector3< Real > | GetNegEnd () const |
Vector3< Real > | GetPosEnd () const |
Segment3 (const Vector3< Real > &rkOrigin, const Vector3< Real > &rkDirection, Real fExtent) | |
Segment3 () | |
Public Attributes | |
Vector3< Real > | Direction |
Real | Extent |
Vector3< Real > | Origin |
Definition at line 27 of file Wm4Segment3.h.
Wm4::Segment3< Real >::Segment3 | ( | ) | [inline] |
Definition at line 21 of file Wm4Segment3.inl.
Wm4::Segment3< Real >::Segment3 | ( | const Vector3< Real > & | rkOrigin, | |
const Vector3< Real > & | rkDirection, | |||
Real | fExtent | |||
) | [inline] |
Definition at line 27 of file Wm4Segment3.inl.
Vector3< Real > Wm4::Segment3< Real >::GetNegEnd | ( | ) | const [inline] |
Definition at line 43 of file Wm4Segment3.inl.
References Wm4::Segment3< Real >::Direction, Wm4::Segment3< Real >::Extent, and Wm4::Segment3< Real >::Origin.
Vector3< Real > Wm4::Segment3< Real >::GetPosEnd | ( | ) | const [inline] |
Definition at line 37 of file Wm4Segment3.inl.
References Wm4::Segment3< Real >::Direction, Wm4::Segment3< Real >::Extent, and Wm4::Segment3< Real >::Origin.
Vector3<Real> Wm4::Segment3< Real >::Direction |
Definition at line 47 of file Wm4Segment3.h.
Referenced by Wm4::Segment3< Real >::GetNegEnd(), Wm4::Segment3< Real >::GetPosEnd(), and Wm4::DistLine3Triangle3< Real >::GetSquared().
Real Wm4::Segment3< Real >::Extent |
Definition at line 48 of file Wm4Segment3.h.
Referenced by Wm4::Segment3< Real >::GetNegEnd(), Wm4::Segment3< Real >::GetPosEnd(), and Wm4::DistLine3Triangle3< Real >::GetSquared().
Vector3<Real> Wm4::Segment3< Real >::Origin |
Definition at line 47 of file Wm4Segment3.h.
Referenced by Wm4::Segment3< Real >::GetNegEnd(), Wm4::Segment3< Real >::GetPosEnd(), and Wm4::DistLine3Triangle3< Real >::GetSquared().