BRL-CAD

#include <geom.h>

Data Fields

uint32_t eto_magic
 
point_t eto_V
 eto vertex More...
 
vect_t eto_N
 vector normal to plane of torus More...
 
vect_t eto_C
 vector along semi-major axis of ellipse More...
 
fastf_t eto_r
 scalar radius of rotation More...
 
fastf_t eto_rd
 scalar length of semi-minor of ellipse More...
 

Detailed Description

Definition at line 544 of file geom.h.

Field Documentation

◆ eto_magic

uint32_t eto_magic

Definition at line 545 of file geom.h.

◆ eto_V

point_t eto_V

eto vertex

Definition at line 546 of file geom.h.

◆ eto_N

vect_t eto_N

vector normal to plane of torus

Definition at line 547 of file geom.h.

◆ eto_C

vect_t eto_C

vector along semi-major axis of ellipse

Definition at line 548 of file geom.h.

◆ eto_r

fastf_t eto_r

scalar radius of rotation

Definition at line 549 of file geom.h.

◆ eto_rd

fastf_t eto_rd

scalar length of semi-minor of ellipse

Definition at line 550 of file geom.h.


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