Lines Matching defs:pt1
56 def calcCubicArcLength(pt1, pt2, pt3, pt4, tolerance=0.005): argument
115 def calcCubicArcLengthC(pt1, pt2, pt3, pt4, tolerance=0.005): argument
151 def calcQuadraticArcLength(pt1, pt2, pt3): argument
205 def calcQuadraticArcLengthC(pt1, pt2, pt3): argument
237 def approximateQuadraticArcLength(pt1, pt2, pt3): argument
265 def approximateQuadraticArcLengthC(pt1, pt2, pt3): argument
298 def calcQuadraticBounds(pt1, pt2, pt3): argument
332 def approximateCubicArcLength(pt1, pt2, pt3, pt4): argument
376 def approximateCubicArcLengthC(pt1, pt2, pt3, pt4): argument
412 def calcCubicBounds(pt1, pt2, pt3, pt4): argument
450 def splitLine(pt1, pt2, where, isHorizontal): argument
507 def splitQuadratic(pt1, pt2, pt3, where, isHorizontal): argument
552 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal): argument
589 def splitQuadraticAtT(pt1, pt2, pt3, *ts): argument
613 def splitCubicAtT(pt1, pt2, pt3, pt4, *ts): argument
647 def splitCubicAtTC(pt1, pt2, pt3, pt4, *ts): argument
675 def splitCubicIntoTwoAtTC(pt1, pt2, pt3, pt4, t): argument
938 def calcQuadraticParameters(pt1, pt2, pt3): argument
949 def calcCubicParameters(pt1, pt2, pt3, pt4): argument
974 def calcCubicParametersC(pt1, pt2, pt3, pt4): argument
1033 def linePointAtT(pt1, pt2, t): argument
1046 def quadraticPointAtT(pt1, pt2, pt3, t): argument
1061 def cubicPointAtT(pt1, pt2, pt3, pt4, t): argument
1096 def cubicPointAtTC(pt1, pt2, pt3, pt4, t): argument