BRL-CAD
Collaboration diagram for Extruded Sketch:

Data Structures

struct  rt_extrude_internal
 

Macros

#define RT_EXTRUDE_CK_MAGIC(_p)   BU_CKMAG(_p, RT_EXTRUDE_INTERNAL_MAGIC, "rt_extrude_internal")
 

Detailed Description

Macro Definition Documentation

◆ RT_EXTRUDE_CK_MAGIC

#define RT_EXTRUDE_CK_MAGIC (   _p)    BU_CKMAG(_p, RT_EXTRUDE_INTERNAL_MAGIC, "rt_extrude_internal")

Note that the u_vec and v_vec are not unit vectors, their magnitude and direction are used for scaling and rotation.

Definition at line 717 of file geom.h.