subclass of a BBox that can be used for a rotated Rectangle
contributed by MArco Oster (marco.oster@bioquant.uni-heidelberg.de)
wx.lib.floatcanvas.Utilities.BBox.BBox
assume edgepoints are ordered such you can walk along all edges with left rotation sense |
|
Inside(BB) |
subclass of a BBox that can be used for a rotated Rectangle
contributed by MArco Oster (marco.oster@bioquant.uni-heidelberg.de)
assume edgepoints are ordered such you can walk along all edges with left rotation sense This may be: left-top left-bottom right-bottom right-top
or any rotation.
Inside(BB):
Tests if the given Point is entirely inside this one.
Returns True
if it is entirely inside, or touching the
border.
Returns False
otherwise
Point is any length-2 sequence (tuple, list, array) or two numbers