mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fixed naming
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "omath/Matrix.h"
|
||||
#include "omath/Vector3.h"
|
||||
#include "omath/angles.h"
|
||||
#include "omath/Angles.h"
|
||||
|
||||
|
||||
#include <format>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <omath/Vector3.h>
|
||||
#include <cmath>
|
||||
#include <omath/angles.h>
|
||||
#include <omath/Angles.h>
|
||||
|
||||
namespace omath
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include "omath/prediction/Engine.h"
|
||||
#include <cmath>
|
||||
#include <omath/angles.h>
|
||||
#include <omath/Angles.h>
|
||||
|
||||
|
||||
namespace omath::prediction
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <complex>
|
||||
|
||||
#include "omath/angles.h"
|
||||
#include "omath/Angles.h"
|
||||
|
||||
|
||||
namespace omath::projection
|
||||
|
||||
Reference in New Issue
Block a user