mantidimaging.core.utility.close_enough_point module

class mantidimaging.core.utility.close_enough_point.CloseEnoughPoint(points: List[int] | List[float])[source]

Bases: object

Rounds down point values to the closest integers so it can be used as a pixel coordinate

x: int
y: int