Math | |
| Name | Description | |
|---|---|---|
| IsNonZeroPositive(Single) | Returns true when the number positive and not zero, negative, NaN or Infinity. | |
| IsNonZeroPositive(Vector2) | Returns true when the X and Y values in the vector2 struct are positive and not zero, negative, NaN or Infinity. | |
| IsNonZeroPositive(Vector3) | Returns true when the X, Y and Z values in the vector3 struct are positive and not zero, negative, NaN or Infinity. |