Inkscape
Vector Graphics Editor
|
#include <curve.h>
Public Attributes | |
point_type * | point_list |
unsigned | length |
gboolean | cyclic |
vector_type * | start_tangent |
vector_type * | end_tangent |
struct curve * | previous |
struct curve * | next |
vector_type* curve::end_tangent |
unsigned curve::length |
Definition at line 26 of file curve.h.
Referenced by arcLengthAt(), and Inkscape::LivePathEffect::LPEAttachPath::doEffect().
point_type* curve::point_list |
vector_type* curve::start_tangent |