BRL-CAD
face_g_plane Struct Reference

Planar face geometry. More...

#include <topology.h>

Collaboration diagram for face_g_plane:
[legend]

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

Detailed Description

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.

Field Documentation

◆ magic

uint32_t magic

Definition at line 342 of file topology.h.

◆ f_hd

struct bu_list f_hd

list of faces sharing this surface

Definition at line 342 of file topology.h.

◆ N

Plane equation (incl normal)

Definition at line 344 of file topology.h.

◆ index

long index

struct # in this model

Definition at line 345 of file topology.h.


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