Seamly2D
Code documentation
delaunay2d_t Struct Reference

#include <delaunay.h>

Collaboration diagram for delaunay2d_t:

Public Attributes

quint32 num_points
 
del_point2d_tpoints
 
quint32 num_faces
 
quint32 * faces
 

Detailed Description

Definition at line 54 of file delaunay.h.

Member Data Documentation

◆ faces

quint32* delaunay2d_t::faces

the triangles given as a sequence: num verts, verts indices, num verts, verts indices first face is the external face

Definition at line 65 of file delaunay.h.

Referenced by delaunay2d_from(), delaunay2d_release(), and VObjEngine::drawPath().

◆ num_faces

quint32 delaunay2d_t::num_faces

number of returned faces

Definition at line 62 of file delaunay.h.

Referenced by delaunay2d_from(), and VObjEngine::drawPath().

◆ num_points

quint32 delaunay2d_t::num_points

input points count

Definition at line 56 of file delaunay.h.

Referenced by delaunay2d_from().

◆ points

del_point2d_t* delaunay2d_t::points

the input points

Definition at line 59 of file delaunay.h.

Referenced by delaunay2d_from(), and delaunay2d_release().


The documentation for this struct was generated from the following file: