BRL-CAD
vertex_g Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ magic

uint32_t magic

Definition at line 310 of file topology.h.

◆ coord

point_t coord

coordinates of vertex in space

Definition at line 311 of file topology.h.

◆ index

long index

struct # in this model

Definition at line 312 of file topology.h.


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