Open Duskhorn opened 2 years ago
This is a paired effort alongside https://github.com/project-imprimis/libprimis-headers/pull/14 to make a common vec2<T> struct for the whole engine.
vec2<T>
There still exists the ivec struct which has deliberately left untouched for the time being, even though one could "theoretically" exchange it with vec2<int>
ivec
vec2<int>
This is a paired effort alongside https://github.com/project-imprimis/libprimis-headers/pull/14 to make a common
vec2<T>
struct for the whole engine.There still exists the
ivec
struct which has deliberately left untouched for the time being, even though one could "theoretically" exchange it withvec2<int>