BRL-CAD
rt_tor_internal Struct Reference

#include <geom.h>

Data Fields

uint32_t magic
 
point_t v
 center point More...
 
vect_t h
 normal, unit length More...
 
fastf_t r_h
 radius in H direction (r2) More...
 
fastf_t r_a
 radius in A direction (r1) More...
 
vect_t a
 r_a length More...
 
vect_t b
 r_b length More...
 
fastf_t r_b
 radius in B direction (typ == r_a) More...
 

Detailed Description

Definition at line 60 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 61 of file geom.h.

◆ v

center point

Definition at line 62 of file geom.h.

◆ h

vect_t h

normal, unit length

Definition at line 63 of file geom.h.

◆ r_h

fastf_t r_h

radius in H direction (r2)

Definition at line 64 of file geom.h.

◆ r_a

fastf_t r_a

radius in A direction (r1)

Definition at line 65 of file geom.h.

◆ a

vect_t a

r_a length

Definition at line 67 of file geom.h.

◆ b

vect_t b

r_b length

Definition at line 68 of file geom.h.

◆ r_b

fastf_t r_b

radius in B direction (typ == r_a)

Definition at line 69 of file geom.h.


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