Lines Matching defs:pt2
42 def calcCubicArcLength(pt1, pt2, pt3, pt4, tolerance=0.005): argument
82 def calcCubicArcLengthC(pt1, pt2, pt3, pt4, tolerance=0.005): argument
110 def calcQuadraticArcLength(pt1, pt2, pt3): argument
145 def calcQuadraticArcLengthC(pt1, pt2, pt3): argument
177 def approximateQuadraticArcLength(pt1, pt2, pt3): argument
194 def approximateQuadraticArcLengthC(pt1, pt2, pt3): argument
227 def calcQuadraticBounds(pt1, pt2, pt3): argument
261 def approximateCubicArcLength(pt1, pt2, pt3, pt4): argument
291 def approximateCubicArcLengthC(pt1, pt2, pt3, pt4): argument
327 def calcCubicBounds(pt1, pt2, pt3, pt4): argument
365 def splitLine(pt1, pt2, where, isHorizontal): argument
422 def splitQuadratic(pt1, pt2, pt3, where, isHorizontal): argument
467 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal): argument
504 def splitQuadraticAtT(pt1, pt2, pt3, *ts): argument
528 def splitCubicAtT(pt1, pt2, pt3, pt4, *ts): argument
751 def calcQuadraticParameters(pt1, pt2, pt3): argument
762 def calcCubicParameters(pt1, pt2, pt3, pt4): argument
810 def linePointAtT(pt1, pt2, t): argument
823 def quadraticPointAtT(pt1, pt2, pt3, t): argument
838 def cubicPointAtT(pt1, pt2, pt3, pt4, t): argument