Public Member Functions | |
def | __init__ (self) |
def | closest (self, distance, idx, basePt, lineIdx1, lineIdx2, minDistPt) |
possible calls: More... | |
def | exceeds (self, idx) |
possible calls: More... | |
def __init__ | ( | self | ) |
self | (type: object) self pointer |
def closest | ( | self, | |
distance, | |||
idx, | |||
basePt, | |||
lineIdx1, | |||
lineIdx2, | |||
minDistPt | |||
) |
possible calls:
self | (type: AnalyseDistance) self pointer |
distance | (type: object) mandatory parameter |
idx | (type: object) mandatory parameter |
basePt | (type: object) mandatory parameter |
lineIdx1 | (type: object) mandatory parameter |
lineIdx2 | (type: object) mandatory parameter |
minDistPt | (type: object) mandatory parameter |
Reimplemented in AnalyseDistance.
def exceeds | ( | self, | |
idx | |||
) |
possible calls:
self | (type: AnalyseDistance) self pointer |
idx | (type: object) mandatory parameter |
Reimplemented in AnalyseDistance.