Kstars

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

KDE's Doxygen guidelines are available online.