SAF
Loading...
Searching...
No Matches
ch_vertex Struct Reference

vertex structure, used by convhull_3d More...

#include <convhull_3d.h>

Data Fields

union { 
 
   struct { 
 
      CH_FLOAT   x 
 
      CH_FLOAT   y 
 
      CH_FLOAT   z 
 
   }  
 
   CH_FLOAT   v [3] 
 
};  
 

Detailed Description

vertex structure, used by convhull_3d

Definition at line 62 of file convhull_3d.h.

Field Documentation

◆ v

CH_FLOAT ch_vertex::v[3]

Definition at line 67 of file convhull_3d.h.

◆ x

CH_FLOAT ch_vertex::x

Definition at line 65 of file convhull_3d.h.

◆ y

CH_FLOAT ch_vertex::y

Definition at line 65 of file convhull_3d.h.

◆ z

CH_FLOAT ch_vertex::z

Definition at line 65 of file convhull_3d.h.


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