Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

GPathPolyLine Struct Reference

Data for a polyline constructed from a number of elements. More...

#include <gpath.h>


Data Fields

int ne
GPathElement pe [GPATH_MAX_ELEMENTS]
double el [GPATH_MAX_ELEMENTS]
double length
double t_star [GPATH_MAX_ELEMENTS]
double t0
double t1
int closed


Detailed Description

Data for a polyline constructed from a number of elements.


Field Documentation

int GPathPolyLine::closed
 

0= open curve; 1= closed curve

double GPathPolyLine::el[GPATH_MAX_ELEMENTS]
 

element length array

double GPathPolyLine::length
 

current length, updated after adding an element

int GPathPolyLine::ne
 

number of elements

struct GPathElement GPathPolyLine::pe[GPATH_MAX_ELEMENTS]
 

element array

double GPathPolyLine::t1
 

evaluation subrange, dafaults to 0.0, 1.0

double GPathPolyLine::t_star[GPATH_MAX_ELEMENTS]
 

t-value at end of element


The documentation for this struct was generated from the following file:
Generated on Tue Oct 25 10:24:14 2005 for CFCFD by  doxygen 1.4.4