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