Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

stp_curve_point_t Struct Reference
[curve]

Point (x,y) for piecewise curve. More...

#include <curve.h>


Data Fields

double x
 Horizontal position.

double y
 Vertical position.


Detailed Description

Point (x,y) for piecewise curve.

Definition at line 106 of file curve.h.


Field Documentation

double stp_curve_point_t::x
 

Horizontal position.

Definition at line 109 of file curve.h.

Referenced by compute_spline_deltas_piecewise(), and stp_curve_set_data_points().

double stp_curve_point_t::y
 

Vertical position.

Definition at line 111 of file curve.h.

Referenced by compute_spline_deltas_piecewise(), and stp_curve_set_data_points().


The documentation for this struct was generated from the following file:
Generated on Sat Jun 26 10:11:56 2004 for libgimpprint API Reference by doxygen1.2.17