Inkscape
Vector Graphics Editor
Fragments and related classes

1D functions on the unit interval More...

Classes

class  Geom::Bezier
 Polynomial in Bernstein-Bezier basis. More...
 
class  Geom::D2< T >
 Adaptor that creates 2D functions from 1D ones. More...
 
class  Geom::Linear
 Function that interpolates linearly between two values. More...
 
class  Geom::Piecewise< T >
 Function defined as discrete pieces. More...
 
class  Geom::Poly
 Polynomial in canonical (monomial) basis. More...
 
class  Geom::SBasis
 Polynomial in symmetric power basis. More...
 

Detailed Description

1D functions on the unit interval

Each type of fragments represents one of the various ways in which a function from the unit interval to the real line may be given. These are the most important mathematical primitives in 2Geom.