mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-05 04:07:58 +08:00
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:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user