mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
added tests for color fixed matrix move operator
This commit is contained in:
@@ -131,4 +131,11 @@ namespace omath
|
||||
{
|
||||
return x + y + z + w;
|
||||
}
|
||||
|
||||
Vector4::Vector4()
|
||||
{
|
||||
x = 0.f;
|
||||
y = 0.f;
|
||||
z = 0.f;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user