terrehbyte/terrehbyte-math-library

Vector4 ctor needs to be ordered

Closed this issue · 1 comments

Since Vector4's variables were reordered in commit 2e8a8f1 , its ctor with the four floats should be changed to reflect that.

In addition, a copy constructor should be provided for it.

This was implemented in commit 65e2709.