KiCad PCB EDA Suite
|
#include <pcbnew_utils_3d.h>
Public Member Functions | |
VECTOR3D & | Min () |
VECTOR3D & | Max () |
VECTOR3D | GetCenter () |
VECTOR3D | GetSize () |
Private Attributes | |
VECTOR3D | m_min |
VECTOR3D | m_max |
Definition at line 31 of file pcbnew_utils_3d.h.
VECTOR3D UTILS_BOX3D::GetCenter | ( | ) |
Definition at line 176 of file pcbnew_utils_3d.cpp.
References m_max, m_min, VECTOR3< T >::x, VECTOR3< T >::y, and VECTOR3< T >::z.
VECTOR3D UTILS_BOX3D::GetSize | ( | ) |
Definition at line 183 of file pcbnew_utils_3d.cpp.
References m_max, m_min, VECTOR3< T >::x, VECTOR3< T >::y, and VECTOR3< T >::z.
VECTOR3D & UTILS_BOX3D::Max | ( | ) |
Definition at line 195 of file pcbnew_utils_3d.cpp.
References m_max.
Referenced by UTILS_STEP_MODEL::GetBoundingBox().
VECTOR3D & UTILS_BOX3D::Min | ( | ) |
Definition at line 189 of file pcbnew_utils_3d.cpp.
References m_min.
Referenced by UTILS_STEP_MODEL::GetBoundingBox().
|
private |
Definition at line 34 of file pcbnew_utils_3d.h.
Referenced by GetCenter(), GetSize(), and Max().
|
private |
Definition at line 33 of file pcbnew_utils_3d.h.
Referenced by GetCenter(), GetSize(), and Min().