#include <polygon.h>
Definition at line 56 of file polygon.h.
swri_geometry_util::Polygon::Polygon |
( |
| ) |
|
swri_geometry_util::Polygon::Polygon |
( |
const Polygon & |
other | ) |
|
swri_geometry_util::Polygon::Polygon |
( |
double |
Xs[], |
|
|
double |
Ys[], |
|
|
int |
numVertx |
|
) |
| |
swri_geometry_util::Polygon::~Polygon |
( |
| ) |
|
int swri_geometry_util::Polygon::GetNumVerticies |
( |
| ) |
|
double swri_geometry_util::Polygon::GetXVerticie |
( |
int |
num | ) |
|
double * swri_geometry_util::Polygon::GetXVerticies |
( |
| ) |
|
double swri_geometry_util::Polygon::GetYVerticie |
( |
int |
num | ) |
|
double * swri_geometry_util::Polygon::GetYVerticies |
( |
| ) |
|
bool swri_geometry_util::Polygon::LineOverlapsPolygon |
( |
Vertex |
start, |
|
|
Vertex |
end |
|
) |
| |
Polygon & swri_geometry_util::Polygon::operator= |
( |
const Polygon & |
other | ) |
|
bool swri_geometry_util::Polygon::VertexInPolygon |
( |
Vertex |
vertex | ) |
|
int swri_geometry_util::Polygon::_nvert |
|
private |
PolygonD swri_geometry_util::Polygon::_shape |
|
private |
The documentation for this class was generated from the following files: