Expand description
Bounding Boxes and Range Checks
Structs§
- Bounds
- Defines a basic four-corner bounding box
- Greater
Than Equal ToValue Error - An error type to indicate that the checked value is greater than or equal to the valid reference value
- Greater
Than Value - A
Range
implementation to verify a value is greater than the reference value - Inside
Range Error - An error type to indicate that the value is inside the prohibited value range
- Less
Than Equal ToValue Error - Error type for when a value is less than or equal to the reference value
- Less
Than Value - A
Range
implementation to verify a value is less than the reference value - Outside
Range - A
Range
implementation to verify a value is outside two reference values - Outside
Range Error - An error type to indicate that the checked value is outside the specified value range
- Within
Range - A
Range
implementation to verify a value is between two reference values
Traits§
- Range
- A trait to check if a particular value is within range