BRL-CAD
|
Planar face geometry. More...
#include <topology.h>
Data Fields | |
uint32_t | magic |
struct bu_list | f_hd |
list of faces sharing this surface More... | |
plane_t | N |
Plane equation (incl normal) More... | |
long | index |
struct # in this model More... | |
Planar face geometry.
Note: there will always be exactly two faceuse's using a face. To find them, go up fu_p for one, then across fumate_p to other.
Definition at line 341 of file topology.h.
uint32_t magic |
Definition at line 342 of file topology.h.
struct bu_list f_hd |
list of faces sharing this surface
Definition at line 343 of file topology.h.
plane_t N |
Plane equation (incl normal)
Definition at line 344 of file topology.h.
long index |
struct # in this model
Definition at line 345 of file topology.h.