Mesh: Use std::numeric_limits and std::numbers instead of defines

This commit is contained in:
Benjamin Nauck
2025-03-27 19:01:24 +01:00
parent f72ffc438b
commit 99bb999deb
40 changed files with 187 additions and 204 deletions

View File

@@ -23,7 +23,6 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <algorithm>
#include <climits>
#include <QBitmap>
#include <Inventor/SbBox2s.h>