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

Class Endpoint

source code

The endpoint of a segment.

Instance Methods [hide private]
 
__repr__(self)
Get the string representation of this Endpoint.
source code
 
getFromOtherPoint(self, otherEndpoint, point)
Initialize from other endpoint.
source code
 
getNearestEndpoint(self, endpoints)
Get nearest endpoint.
source code
 
getNearestMiss(self, endpoints, path, pixelDictionary, width)
Get the nearest endpoint which the segment to that endpoint misses the other extrusions.
source code
 
getNearestMissCheckEndpointPath(self, endpoints, path, pixelDictionary, width)
Get the nearest endpoint which the segment to that endpoint misses the other extrusions, also checking the path of the endpoint.
source code