3#include "mc/math/vector/component/IntN.h"
4#include "mc/math/vector/impl/VecImpl.h"
14template <
typename BaseType>
15LL_VEC2_IMPL(intN2, BaseType,
int, IntN);
16template <
typename BaseType>
17LL_VEC3_IMPL(intN3, BaseType,
int, IntN);
18template <
typename BaseType>
19LL_VEC4_IMPL(intN4, BaseType,
int, IntN);