BRL-CAD
Collaboration diagram for Ellipsoid:

Files

file  ell.h
 

Data Structures

struct  rt_ell_internal
 

Macros

#define RT_ELL_CK_MAGIC(_p)   BU_CKMAG(_p, RT_ELL_INTERNAL_MAGIC, "rt_ell_internal")
 

Functions

void rt_ell_16pnts (fastf_t *ov, fastf_t *V, fastf_t *A, fastf_t *B)
 

Detailed Description

Macro Definition Documentation

◆ RT_ELL_CK_MAGIC

#define RT_ELL_CK_MAGIC (   _p)    BU_CKMAG(_p, RT_ELL_INTERNAL_MAGIC, "rt_ell_internal")

Definition at line 103 of file geom.h.

Function Documentation

◆ rt_ell_16pnts()

void rt_ell_16pnts ( fastf_t ov,
fastf_t V,
fastf_t A,
fastf_t B 
)