ymherklotz / YAGE

2D game engine with integrated Entity Component System
https://ymherklotz.github.io/YAGE
MIT License
8 stars 1 forks source link

Fix Vector #12

Closed ymherklotz closed 7 years ago

ymherklotz commented 7 years ago

Want to be able to access them with

Vector4f vec4;
vec4.x = 4;
do_something(vec4.y, vec4.z);