Data Structures | |
struct | tigl::CurveIntersectionResult |
Namespaces | |
tigl | |
The CTiglShapeCache class acts as a storage for all kinds of intermediate shape results in order to improve speed of reoccurent calculations. | |
Functions | |
TIGL_EXPORT std::vector< CurveIntersectionResult > | tigl::IntersectBSplines (const Handle(Geom_BSplineCurve) curve1, const Handle(Geom_BSplineCurve) curve2, double tolerance=1e-5) |
Computes all intersections of 2 B-Splines curves. More... | |