Go to the documentation of this file.
21 vec4f(
const float& a0,
const float& a1,
const float& a2,
const float& a3,
bool a_inc =
true):parent(a0,a1,a2,a3,a_inc){}
23 vec4f(
const float& a0,
const float& a1,
const float& a2,
const float& a3):
parent(a0,a1,a2,a3){}
69 #define TOOLS_VEC4F_MORE_PREC
70 #ifdef TOOLS_VEC4F_MORE_PREC
95 if(a_sv.size()!=4)
return false;