The endpoint of a segment.
|
__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
|
|