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