signum

Returns a vector with elements representing the sign of self.

  • 1.0 if the number is positive, +0.0 or INFINITY
  • -1.0 if the number is negative, -0.0 or NEG_INFINITY
  • NAN if the number is NAN

Arguments

  • _self : Vec3 - No Documentation 🚧

Returns

  • arg0 : Vec3 - No Documentation 🚧