This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
doc:user:geometry:user:courbes [2015/01/07 17:33] boman [Line: Straight Segment] |
doc:user:geometry:user:courbes [2016/03/30 15:23] (current) |
||
---|---|---|---|
Line 42: | Line 42: | ||
spl = curveset.add( CubicSpline(number, | spl = curveset.add( CubicSpline(number, | ||
- | spl.useLsTangent() | + | spl.useLsTangent() |
# using local reconstruction [DEFAULT] | # using local reconstruction [DEFAULT] | ||
- | spl.useLittTangents() # tangents are calculated | + | spl.useLittTangents() # tangents are computed |
# using Litt/ | # using Litt/ | ||
| |