geoff_geometry::Box Class Reference
#include <geometry.h>
Public Member Functions | |
Box () | |
Box (Point &pmin, Point &pmax) | |
void | combine (const Box &b) |
bool | outside (const Box &b) const |
Public Attributes | |
Point | max |
Point | min |
bool | ok |
Constructor & Destructor Documentation
◆ Box() [1/2]
geoff_geometry::Box::Box | ( | ) |
◆ Box() [2/2]
Member Function Documentation
◆ combine()
void geoff_geometry::Box::combine | ( | const Box & | b | ) |
References max, min, geoff_geometry::Point::x, and geoff_geometry::Point::y.
◆ outside()
References max, min, geoff_geometry::Point::x, and geoff_geometry::Point::y.
Referenced by geoff_geometry::Intof().
Member Data Documentation
◆ max
Point geoff_geometry::Box::max |
Referenced by combine(), geoff_geometry::Line::Line(), and outside().
◆ min
Point geoff_geometry::Box::min |
Referenced by combine(), geoff_geometry::Line::Line(), and outside().
◆ ok
bool geoff_geometry::Box::ok |
The documentation for this class was generated from the following files:
- src/Mod/Path/libarea/kurve/geometry.h
- src/Mod/Path/libarea/kurve/Finite.cpp