TINYGL: Added a few utility methods and operators.
This commit is contained in:
parent
b7853b48f8
commit
b1b498d336
3 changed files with 48 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue