Math | |
| Name | Description | |
|---|---|---|
| IsPositiveOrZero(Single) | Returns true when the number is zero or bigger (and not negative, NaN or Infinity) | |
| IsPositiveOrZero(Vector2) | Returns true when size is valid: the X and Y values in the vector2 struct are zero or bigger (and not negative, NaN or Infinity) | |
| IsPositiveOrZero(Vector3) | Returns true when size is valid: the X, Y and Z values in the vector3 struct are zero or bigger (and not negative, NaN or Infinity) |