frac vex function
Returns the fractional component of the floating point number.
float frac(float )vector frac(vector )vector4 frac(vector4 )
Returns the fractional component of the floating point number. This is equivalent to (x - floor(x)).
Returns the fractional component of the floating point number.
float frac(float )
vector frac(vector )
vector4 frac(vector4 )
Returns the fractional component of the floating point number. This is equivalent to (x - floor(x)).