⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

Vec3.Abs

static Vec3 Abs(Vec3 a)

Returns a vector where each element is the absolute value of the corresponding component.

   
Vec3 a Source vector.
RETURNS: Vec3 The absolute value for each corresponding component.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!