CBox2D Class Reference
#include <Box2D.h>
Public Member Functions | |
CBox2D () | |
CBox2D (const Point &minxy, const Point &maxxy) | |
Point Centre () const | |
double Height () const | |
void Insert (const CBox2D &b) | |
void Insert (const Point &p) | |
double MaxX () const | |
double MaxY () const | |
double MinX () const | |
double MinY () const | |
bool operator!= (const CBox2D &rhs) const | |
bool operator== (const CBox2D &rhs) const | |
double Radius () const | |
double Width () const | |
Public Attributes | |
Point m_maxxy | |
Point m_minxy | |
bool m_valid | |
Constructor & Destructor Documentation
◆ CBox2D() [1/2]
CBox2D::CBox2D | ( | ) |
◆ CBox2D() [2/2]
Member Function Documentation
◆ Centre()
◆ Height()
double CBox2D::Height | ( | ) | const |
◆ Insert() [1/2]
void CBox2D::Insert | ( | const CBox2D & | b | ) |
◆ Insert() [2/2]
void CBox2D::Insert | ( | const Point & | p | ) |
◆ MaxX()
◆ MaxY()
◆ MinX()
◆ MinY()
◆ operator!=()
◆ operator==()
◆ Radius()
◆ Width()
double CBox2D::Width | ( | ) | const |
Member Data Documentation
◆ m_maxxy
Point CBox2D::m_maxxy |
◆ m_minxy
Point CBox2D::m_minxy |
◆ m_valid
bool CBox2D::m_valid |
Referenced by Height(), Insert(), operator==(), and Width().
The documentation for this class was generated from the following file:
- src/Mod/Path/libarea/Box2D.h