#include <ZMFTypes.h>
libzmf::BoundingBox::BoundingBox |
( |
const std::vector< Point > & |
points | ) |
|
Point libzmf::BoundingBox::center |
( |
| ) |
const |
double libzmf::BoundingBox::height |
( |
| ) |
const |
bool libzmf::BoundingBox::mirrorHorizontal |
( |
| ) |
const |
bool libzmf::BoundingBox::mirrorVertical |
( |
| ) |
const |
int libzmf::BoundingBox::p1Quadrant |
( |
| ) |
const |
int libzmf::BoundingBox::p2Quadrant |
( |
| ) |
const |
const std::vector< Point > & libzmf::BoundingBox::points |
( |
| ) |
const |
int libzmf::BoundingBox::quadrant |
( |
const Point & |
p | ) |
const |
|
private |
double libzmf::BoundingBox::rotation |
( |
| ) |
const |
Point libzmf::BoundingBox::topLeft |
( |
| ) |
const |
double libzmf::BoundingBox::width |
( |
| ) |
const |
Point libzmf::BoundingBox::m_center |
|
private |
double libzmf::BoundingBox::m_height |
|
private |
bool libzmf::BoundingBox::m_mirrorHorizontal |
|
private |
bool libzmf::BoundingBox::m_mirrorVertical |
|
private |
int libzmf::BoundingBox::m_p1Quadrant |
|
private |
int libzmf::BoundingBox::m_p2Quadrant |
|
private |
const std::vector<Point> libzmf::BoundingBox::m_points |
|
private |
double libzmf::BoundingBox::m_rotation |
|
private |
double libzmf::BoundingBox::m_width |
|
private |
The documentation for this struct was generated from the following files: