|
BRL-CAD
|
Point in 3D space. More...
#include <topology.h>
Data Fields | |
| uint32_t | magic |
| point_t | coord |
| coordinates of vertex in space More... | |
| long | index |
| struct # in this model More... | |
Point in 3D space.
Note that this container is responsible ONLY for geometric information, and has no knowledge of topological relationships.
Definition at line 309 of file topology.h.
| uint32_t magic |
Definition at line 310 of file topology.h.
| point_t coord |
coordinates of vertex in space
Definition at line 311 of file topology.h.
| long index |
struct # in this model
Definition at line 312 of file topology.h.