BRL-CAD
Loading...
Searching...
No Matches

#include <geom.h>

Data Fields

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

Detailed Description

Definition at line 550 of file geom.h.

Field Documentation

◆ eto_magic

uint32_t eto_magic

Definition at line 551 of file geom.h.

◆ eto_V

point_t eto_V

eto vertex

Definition at line 552 of file geom.h.

◆ eto_N

vect_t eto_N

vector normal to plane of torus

Definition at line 553 of file geom.h.

◆ eto_C

vect_t eto_C

vector along semi-major axis of ellipse

Definition at line 554 of file geom.h.

◆ eto_r

fastf_t eto_r

scalar radius of rotation

Definition at line 555 of file geom.h.

◆ eto_rd

fastf_t eto_rd

scalar length of semi-minor of ellipse

Definition at line 556 of file geom.h.


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