fract
Returns a vector containing the fractional part of the vector as
self - self.trunc()
. Note that this differs from the GLSL implementation offract
which returnsself - self.floor()
. Note that this is fast but not precise for large numbers.
Arguments
- _self :
Vec3
- No Documentation 🚧
Returns
- arg0 :
Vec3
- No Documentation 🚧