mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
patch
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
namespace uml
|
namespace uml
|
||||||
{
|
{
|
||||||
class Vector4 final : public Vector3
|
class Vector4 : public Vector3
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
float w = 0.f;
|
float w = 0.f;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// Vector4.cpp
|
// Vector4.cpp
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "Vector4.h"
|
#include "uml/Vector4.h"
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
namespace uml
|
namespace uml
|
||||||
|
|||||||
Reference in New Issue
Block a user