Package fabmetheus_utilities :: Module intercircle :: Class CircleIntersection
[hide private]
[frames] | no frames]

Class CircleIntersection

source code

An intersection of two complex circles.

Instance Methods [hide private]
 
__init__(self, circleNodeAhead, index, circleNodeBehind) source code
 
__repr__(self)
Get the string representation of this CircleIntersection.
source code
 
addToList(self, circleIntersectionPath)
Add this to the circle intersection path, setting stepped on to be true.
source code
 
getAbsolutePosition(self)
Get the absolute position.
source code
 
getCircleIntersectionAhead(self)
Get the first circle intersection on the circle node ahead.
source code
 
isWithinCircles(self, pixelTable)
Determine if this circle intersection is within the circle node circles.
source code