ClipperLib::DoublePoint Struct Reference
#include <clipper.hpp>
Public Member Functions | |
| DoublePoint (double x=0, double y=0) | |
| DoublePoint (IntPoint ip) | |
Public Attributes | |
| double | X |
| double | Y |
Constructor & Destructor Documentation
◆ DoublePoint() [1/2]
| ClipperLib::DoublePoint::DoublePoint | ( | double | x = 0, |
| double | y = 0 |
||
| ) |
◆ DoublePoint() [2/2]
| ClipperLib::DoublePoint::DoublePoint | ( | IntPoint | ip | ) |
Member Data Documentation
◆ X
| double ClipperLib::DoublePoint::X |
◆ Y
| double ClipperLib::DoublePoint::Y |
The documentation for this struct was generated from the following file:
- src/Mod/Path/libarea/clipper.hpp
1.8.17