Bézier curves/Intersections: Difference between revisions

m
Line 2,819:
return (self.c0 + (self.c1 * t)) * (1.0 - t) + (self.c2 * t)
 
def center_coef(self, t0, t1 = None):
'''Return the center coefficient for the [t0,t1] portion. (The
other coefficients can be found with the val method.)'''
1,448

edits