D | bezierTools.py | 32 def calcCubicArcLength(pt1, pt2, pt3, pt4, tolerance=0.005): argument 52 def calcCubicArcLengthC(pt1, pt2, pt3, pt4, tolerance=0.005): 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 316 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal): argument 356 def splitCubicAtT(pt1, pt2, pt3, pt4, *ts): argument 561 def calcCubicParameters(pt1, pt2, pt3, pt4): argument
|