Computes bounding box for a 2D Bezier curve (Geom2d_BezierCurve). Uses poles convex hull + sampling for deflection estimation.
More...
#include <GeomBndLib_BezierCurve2d.hxx>
Computes bounding box for a 2D Bezier curve (Geom2d_BezierCurve). Uses poles convex hull + sampling for deflection estimation.
◆ GeomBndLib_BezierCurve2d() [1/3]
◆ GeomBndLib_BezierCurve2d() [2/3]
◆ GeomBndLib_BezierCurve2d() [3/3]
◆ Box() [1/2]
| Bnd_Box2d GeomBndLib_BezierCurve2d::Box |
( |
double | theTol | ) |
const |
|
nodiscard |
Compute bounding box for full curve.
◆ Box() [2/2]
| Bnd_Box2d GeomBndLib_BezierCurve2d::Box |
( |
double | theU1, |
|
|
double | theU2, |
|
|
double | theTol ) const |
|
nodiscard |
Compute bounding box for arc [theU1, theU2].
◆ BoxOptimal()
| Bnd_Box2d GeomBndLib_BezierCurve2d::BoxOptimal |
( |
double | theU1, |
|
|
double | theU2, |
|
|
double | theTol ) const |
|
nodiscard |
Compute precise bounding box using numerical optimization.
◆ Geometry()
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: