Add missing doxygen comment

This commit is contained in:
hasufell 2014-05-17 18:42:30 +02:00
parent c8d9d410cf
commit f65021dfac
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 6 additions and 1 deletions

View File

@ -193,9 +193,14 @@ struct HE_vert {
HE_vert_acc *acc;
};
/**
* Structure only needed for various
* acceleration techniques during assembling of the
* half-edge.
*/
struct HE_vert_acc {
/**
* Acceleration structure which saves all potential
* Array that saves all potential
* pair edges that point TO this vertex. It is used
* for finding the pairs when assembling
* the HE_edge struct. Note that this does not reliably