Lines Matching defs:pt3
32 def calcCubicArcLength(pt1, pt2, pt3, pt4, tolerance=0.005): argument
52 def calcCubicArcLengthC(pt1, pt2, pt3, pt4, tolerance=0.005): argument
72 def calcQuadraticArcLength(pt1, pt2, pt3): argument
98 def calcQuadraticArcLengthC(pt1, pt2, pt3): argument
123 def approximateQuadraticArcLength(pt1, pt2, pt3): argument
129 def approximateQuadraticArcLengthC(pt1, pt2, pt3): argument
148 def calcQuadraticBounds(pt1, pt2, pt3): argument
169 def approximateCubicArcLength(pt1, pt2, pt3, pt4): argument
189 def approximateCubicArcLengthC(pt1, pt2, pt3, pt4): argument
213 def calcCubicBounds(pt1, pt2, pt3, pt4): argument
284 def splitQuadratic(pt1, pt2, pt3, where, isHorizontal): argument
316 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal): argument
340 def splitQuadraticAtT(pt1, pt2, pt3, *ts): argument
356 def splitCubicAtT(pt1, pt2, pt3, pt4, *ts): argument
550 def calcQuadraticParameters(pt1, pt2, pt3): argument
561 def calcCubicParameters(pt1, pt2, pt3, pt4): argument