#include <types.h>
Collaboration diagram for bezier:
Data Fields | |
point * | list |
int | size |
int | sflag |
int | eflag |
point | sp |
point | ep |
Definition at line 102 of file types.h.
Definition at line 103 of file types.h.
Referenced by clip_and_install(), closest(), dotneato_closest(), new_spline(), place_portlabel(), spline_at_y(), and write_plain().
int bezier::size |
Definition at line 104 of file types.h.
Referenced by clip_and_install(), closest(), dotneato_closest(), new_spline(), place_portlabel(), spline_at_y(), and write_plain().
int bezier::sflag |
Definition at line 105 of file types.h.
Referenced by arrowStartClip(), new_spline(), and place_portlabel().
int bezier::eflag |
Definition at line 105 of file types.h.
Referenced by arrowEndClip(), new_spline(), and place_portlabel().