Remove unnecessary “using std::numbers::pi”

This commit is contained in:
mosfet80
2025-07-18 20:30:44 +02:00
committed by GitHub
parent 787c190368
commit fb47a0d014

View File

@@ -387,8 +387,6 @@ std::vector<LineSet> DrawGeomHatch::getTrimmedLines(DrawViewPart* source,
/* static */
std::vector<TopoDS_Edge> DrawGeomHatch::makeEdgeOverlay(PATLineSpec hatchLine, Bnd_Box bBox, double scale, double rotation)
{
using std::numbers::pi;
const size_t MaxNumberOfEdges = Preferences::getPreferenceGroup("PAT")->GetInt("MaxSeg", 10000l);
std::vector<TopoDS_Edge> result;