H2Lib  3.0
Data Fields
_curve2d Struct Reference

Representation of a polygon in 2D. More...

#include <curve2d.h>

Data Fields

uint vertices
 Number of vertices.
 
uint edges
 Number of edges.
 
real(* x )[2]
 Vertex coordinates.
 
uint(* e )[2]
 Edge vertices.
 
real(* n )[2]
 Normal vectors.
 
preal g
 Edge lengths = gram determinants.
 

Detailed Description

Representation of a polygon in 2D.


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