Foundation Classes, gp - Mark 2D geometry APIs noexcept/constexpr (#796)

- Added `noexcept` to transformation and mirroring methods across all 2D geometry classes
- Added `constexpr` to trivial getters, setters, and simple computational methods where applicable
- Removed an unused variable declaration in GeomInt_IntSS_1.cxx
This commit is contained in:
Pasukhin Dmitry
2025-11-02 21:02:53 +00:00
committed by GitHub
parent 6c32db17c1
commit ddffad0a65
23 changed files with 246 additions and 211 deletions
@@ -1077,7 +1077,6 @@ void GeomInt_IntSS::TreatRLine(const Handle(IntPatch_RLine)& theRL,
Handle(GeomAdaptor_Surface) aGAHS;
Handle(Adaptor2d_Curve2d) anAHC2d;
Standard_Real tf, tl;
gp_Lin2d aL;
// It is assumed that 2d curve is 2d line (rectangular surface domain)
if (theRL->IsArcOnS1())
{