Part: Use Base::toRadians to convert degree to radian

This commit is contained in:
wmayer
2024-10-22 14:16:18 +02:00
committed by Chris Hennes
parent 0b0bb18323
commit 14cd061809
5 changed files with 30 additions and 46 deletions

View File

@@ -48,10 +48,6 @@
FC_LOG_LEVEL_INIT("PartDesign",true,true)
#ifndef M_PI
# define M_PI 3.14159265358979323846
#endif
using namespace PartDesign;
namespace sp = std::placeholders;