MathHelperIsInRange Method |
| Name | Description | |
|---|---|---|
| IsInRange(Int32, Int32, Int32) | Returns whether a number is between two other numbers. Respects from being larger than to. | |
| IsInRange(Single, Single, Single) | Returns whether a number is between two other numbers. Respects from being larger than to. | |
| IsInRange(Vector2, Vector2, Vector2) | Returns whether a vector is within a range of two other vectors. | |
| IsInRange(Vector3, Vector3, Vector3) | Returns whether a vector is within a range of two other vectors. |