#include <basic/geometry/geo_rangesensor/MgcSegment3.h>
Collaboration diagram for MgcSegment3:
Public Member Functions | |
MgcSegment3 () | |
MgcVector3 & | Origin () |
const MgcVector3 & | Origin () const |
MgcVector3 & | Direction () |
const MgcVector3 & | Direction () const |
Protected Attributes | |
MgcVector3 | m_kOrigin |
MgcVector3 | m_kDirection |
Definition at line 19 of file MgcSegment3.h.
|
Definition at line 15 of file MgcSegment3.inl. |
|
Definition at line 35 of file MgcSegment3.inl. References m_kDirection. |
|
Definition at line 30 of file MgcSegment3.inl. References m_kDirection. Referenced by MgcCylinder::GetSegment(), MgcFindIntersection(), MgcSqrDistance(), and MgcTestIntersection(). |
|
Definition at line 25 of file MgcSegment3.inl. References m_kOrigin. |
|
Definition at line 20 of file MgcSegment3.inl. References m_kOrigin. Referenced by MgcCylinder::GetSegment(), MgcFindIntersection(), MgcSqrDistance(), and MgcTestIntersection(). |
|
Definition at line 33 of file MgcSegment3.h. Referenced by Direction(). |
|
Definition at line 32 of file MgcSegment3.h. Referenced by Origin(). |