#include <basic/geometry/geo_rangesensor/MgcLine3.h>
Collaboration diagram for MgcLine3:
Public Member Functions | |
MgcLine3 () | |
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 MgcLine3.h.
|
Definition at line 15 of file MgcLine3.inl. |
|
Definition at line 35 of file MgcLine3.inl. References m_kDirection. |
|
Definition at line 30 of file MgcLine3.inl. References m_kDirection. Referenced by MgcFindIntersection(), MgcSqrDistance(), and MgcTestIntersection(). |
|
Definition at line 25 of file MgcLine3.inl. References m_kOrigin. |
|
Definition at line 20 of file MgcLine3.inl. References m_kOrigin. Referenced by MgcFindIntersection(), MgcSqrDistance(), and MgcTestIntersection(). |
|
Definition at line 36 of file MgcLine3.h. Referenced by Direction(). |
|
Definition at line 35 of file MgcLine3.h. Referenced by Origin(). |