Kstars

tessellate.h
1/*typedef struct Vertex {
2 double pt[3];
3 int index;
4 struct Vertex *prev;
5} Vertex;
6*/
7void tessellate(double **verts, int *nverts, int **tris, int *ntris, const double **contoursbegin,
8 const double **contoursend);
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.