#include <basic/geometry/geo_rangesensor/MgcCylinder.h>
Collaboration diagram for MgcCylinder:
Public Member Functions | |
MgcCylinder () | |
MgcVector3 & | Center () |
const MgcVector3 & | Center () const |
MgcVector3 & | Direction () |
const MgcVector3 & | Direction () const |
MgcReal & | Height () |
const MgcReal & | Height () const |
MgcReal & | Radius () |
const MgcReal & | Radius () const |
MgcSegment3 | GetSegment () const |
Protected Attributes | |
MgcVector3 | m_kCenter |
MgcVector3 | m_kDirection |
MgcReal | m_fHeight |
MgcReal | m_fRadius |
Definition at line 19 of file MgcCylinder.h.
|
Definition at line 15 of file MgcCylinder.inl. |
|
Definition at line 25 of file MgcCylinder.inl. References m_kCenter. |
|
Definition at line 20 of file MgcCylinder.inl. References m_kCenter. Referenced by Range_Sensor::AddCylinderToDepthMap(), FindIntersection(), and MgcTestIntersection(). |
|
Definition at line 35 of file MgcCylinder.inl. References m_kDirection. |
|
Definition at line 30 of file MgcCylinder.inl. References m_kDirection. Referenced by Range_Sensor::AddCylinderToDepthMap(), FindIntersection(), and MgcTestIntersection(). |
|
Definition at line 60 of file MgcCylinder.inl. References MgcSegment3::Direction(), m_fHeight, m_kCenter, m_kDirection, and MgcSegment3::Origin(). Referenced by MgcTestIntersection(). Here is the call graph for this function: ![]() |
|
Definition at line 45 of file MgcCylinder.inl. References m_fHeight. |
|
Definition at line 40 of file MgcCylinder.inl. References m_fHeight. Referenced by Range_Sensor::AddCylinderToDepthMap(), FindIntersection(), and MgcTestIntersection(). |
|
Definition at line 55 of file MgcCylinder.inl. References m_fRadius. |
|
Definition at line 50 of file MgcCylinder.inl. References m_fRadius. Referenced by Range_Sensor::AddCylinderToDepthMap(), FindIntersection(), and MgcTestIntersection(). |
|
Definition at line 44 of file MgcCylinder.h. Referenced by GetSegment(), and Height(). |
|
Definition at line 45 of file MgcCylinder.h. Referenced by Radius(). |
|
Definition at line 42 of file MgcCylinder.h. Referenced by Center(), and GetSegment(). |
|
Definition at line 43 of file MgcCylinder.h. Referenced by Direction(), and GetSegment(). |