fract

Returns a vector containing the fractional part of the vector as self - self.trunc(). Note that this differs from the GLSL implementation of fract which returns self - self.floor(). Note that this is fast but not precise for large numbers.

Arguments

  • _self : Vec3A - No Documentation 🚧

Returns

  • arg0 : Vec3A - No Documentation 🚧