Seamly2D
Code documentation
point2d_s Struct Reference
Collaboration diagram for point2d_s:

Public Attributes

real x
 
real y
 
halfedge_the
 
quint32 idx
 

Detailed Description

Definition at line 75 of file delaunay.cpp.

Member Data Documentation

◆ he

◆ idx

quint32 point2d_s::idx

Definition at line 79 of file delaunay.cpp.

Referenced by delaunay2d_from().

◆ x

real point2d_s::x

Definition at line 77 of file delaunay.cpp.

Referenced by classify_point_seg(), cmp_points(), delaunay2d_from(), and in_circle().

◆ y

real point2d_s::y

Definition at line 77 of file delaunay.cpp.

Referenced by classify_point_seg(), cmp_points(), delaunay2d_from(), and in_circle().


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