mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
added Vec4
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
|
||||
namespace uml
|
||||
{
|
||||
class Vector3 final
|
||||
{
|
||||
class Vector3 {
|
||||
public:
|
||||
float x = 0.f;
|
||||
float y = 0.f;
|
||||
|
||||
Reference in New Issue
Block a user