Package fabmetheus_utilities :: Module euclidean :: Class XIntersectionIndex
[hide private]
[frames] | no frames]

Class XIntersectionIndex

source code

A class to hold the x intersection position and the index of the loop which intersected.

Instance Methods [hide private]
 
__init__(self, index, x)
Initialize.
source code
 
__cmp__(self, other)
Get comparison in order to sort x intersections in ascending order of x.
source code
 
__eq__(self, other)
Determine whether this XIntersectionIndex is identical to other one.
source code
 
__ne__(self, other)
Determine whether this XIntersectionIndex is not identical to other one.
source code
 
__repr__(self)
Get the string representation of this x intersection.
source code