The Tiny HTM Library
|
A structure describing the geometry of an HTM triangle (aka a trixel). More...
#include <htm.h>
Data Fields | |
struct htm_v3 | verts [3] |
Triangle vertices. | |
struct htm_v3 | center |
Triangle center. | |
double | radius |
Bounding circle radius (degrees). | |
int64_t | id |
HTM id. | |
int | level |
HTM level. |
A structure describing the geometry of an HTM triangle (aka a trixel).
struct htm_v3 htm_tri::center |
int64_t htm_tri::id |
int htm_tri::level |
double htm_tri::radius |
Bounding circle radius (degrees).
Definition at line 71 of file htm.h.
Referenced by htm_tri_init().
struct htm_v3 htm_tri::verts[3] |