Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Curve.Quadratic
SourceThis module provides basic operations over quadratic bezier curves
Make p0 p1 p2 build a bezier curve starting in p0, and ending in p2, with p1 and as control point
equation b t returns the value of the bezier equation b(t) with t belong to 0.;1.
points b nb returns a list of nb points uniformly distributed on the bezier curve b.