Polygon2d.
More...
#include <Tools2D.h>
Polygon2d.
2D polygon class.
◆ Polygon2d() [1/2]
Base::Polygon2d::Polygon2d |
( |
| ) |
|
◆ Polygon2d() [2/2]
Base::Polygon2d::Polygon2d |
( |
const Polygon2d & |
rclPoly | ) |
|
◆ ~Polygon2d()
virtual Base::Polygon2d::~Polygon2d |
( |
| ) |
|
|
virtual |
◆ Add()
◆ At() [1/2]
Vector2d & Base::Polygon2d::At |
( |
size_t |
ulNdx | ) |
|
◆ At() [2/2]
const Vector2d & Base::Polygon2d::At |
( |
size_t |
ulNdx | ) |
const |
◆ CalcBoundBox()
◆ Contains()
◆ Delete()
bool Base::Polygon2d::Delete |
( |
size_t |
ulNdx | ) |
|
◆ DeleteAll()
void Base::Polygon2d::DeleteAll |
( |
| ) |
|
◆ GetCtVectors()
size_t Base::Polygon2d::GetCtVectors |
( |
| ) |
const |
◆ Intersect() [1/3]
◆ Intersect() [2/3]
void Polygon2d::Intersect |
( |
const Polygon2d & |
rclPolygon, |
|
|
std::list< Polygon2d > & |
rclResultPolygonList |
|
) |
| const |
◆ Intersect() [3/3]
bool Polygon2d::Intersect |
( |
const Vector2d & |
rclV, |
|
|
double |
eps |
|
) |
| const |
◆ operator=()
◆ operator[]() [1/2]
Vector2d & Base::Polygon2d::operator[] |
( |
size_t |
ulNdx | ) |
|
◆ operator[]() [2/2]
const Vector2d & Base::Polygon2d::operator[] |
( |
size_t |
ulNdx | ) |
const |
The documentation for this class was generated from the following files:
- FreeCAD/src/Base/Tools2D.h
- FreeCAD/src/Base/Tools2D.cpp