TINYGL: Added a few utility methods and operators.

This commit is contained in:
Stefano Musumeci 2014-06-02 01:01:26 +01:00
parent b7853b48f8
commit b1b498d336
3 changed files with 48 additions and 43 deletions

View file

@ -172,7 +172,6 @@ Vector4::Vector4() {
// Empty constructor, no overhead
}
Vector4::Vector4(float x, float y, float z, float w) {
_v[0] = x;
_v[1] = y;