BRL-CAD
Loading...
Searching...
No Matches
rt_datum_internal Struct Reference

#include <geom.h>

Collaboration diagram for rt_datum_internal:
[legend]

Data Fields

uint32_t magic
 
point_t pnt
 
vect_t dir
 
fastf_t w
 
struct rt_datum_internalnext
 
uint32_t type
 
uint32_t role
 
uint32_t flags
 
vect_t xdir
 
vect_t ydir
 
fastf_t dimensions [2]
 
charidentifier
 
chardescription
 

Detailed Description

Definition at line 1196 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 1198 of file geom.h.

◆ pnt

Definition at line 1200 of file geom.h.

◆ dir

vect_t dir

Definition at line 1201 of file geom.h.

◆ w

Definition at line 1202 of file geom.h.

◆ next

struct rt_datum_internal* next

Definition at line 1204 of file geom.h.

◆ type

uint32_t type

Definition at line 1206 of file geom.h.

◆ role

uint32_t role

Definition at line 1207 of file geom.h.

◆ flags

uint32_t flags

Definition at line 1208 of file geom.h.

◆ xdir

vect_t xdir

Definition at line 1209 of file geom.h.

◆ ydir

vect_t ydir

Definition at line 1210 of file geom.h.

◆ dimensions

fastf_t dimensions[2]

Definition at line 1211 of file geom.h.

◆ identifier

char* identifier

Definition at line 1212 of file geom.h.

◆ description

char* description

Definition at line 1213 of file geom.h.


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