Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
curve Struct Reference

#include <curve.h>

Public Attributes

point_typepoint_list
 
unsigned length
 
gboolean cyclic
 
vector_typestart_tangent
 
vector_typeend_tangent
 
struct curveprevious
 
struct curvenext
 

Detailed Description

Definition at line 24 of file curve.h.

Member Data Documentation

◆ cyclic

gboolean curve::cyclic

Definition at line 27 of file curve.h.

◆ end_tangent

vector_type* curve::end_tangent

Definition at line 29 of file curve.h.

◆ length

unsigned curve::length

Definition at line 26 of file curve.h.

Referenced by arcLengthAt(), and Inkscape::LivePathEffect::LPEAttachPath::doEffect().

◆ next

struct curve* curve::next

Definition at line 31 of file curve.h.

◆ point_list

point_type* curve::point_list

Definition at line 25 of file curve.h.

◆ previous

struct curve* curve::previous

Definition at line 30 of file curve.h.

◆ start_tangent

vector_type* curve::start_tangent

Definition at line 28 of file curve.h.


The documentation for this struct was generated from the following file: