libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

transforming every vec2 into vec2<float> and GenericVec2<T> into vec2<T>

Open Duskhorn opened this issue 3 years ago • 0 comments

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 with vec2<int>

Duskhorn avatar Jan 22 '22 10:01 Duskhorn