Lines Matching defs:pt4
56 def calcCubicArcLength(pt1, pt2, pt3, pt4, tolerance=0.005): argument
115 def calcCubicArcLengthC(pt1, pt2, pt3, pt4, tolerance=0.005): 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
552 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal): 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
949 def calcCubicParameters(pt1, pt2, pt3, pt4): argument
974 def calcCubicParametersC(pt1, pt2, pt3, pt4): argument
1061 def cubicPointAtT(pt1, pt2, pt3, pt4, t): argument
1096 def cubicPointAtTC(pt1, pt2, pt3, pt4, t): argument