BRL-CAD
Collaboration diagram for Non-Uniform Rational B-Spline:

Data Structures

struct  rt_nurb_internal
 

Macros

#define RT_NURB_CK_MAGIC(_p)   BU_CKMAG(_p, RT_NURB_INTERNAL_MAGIC, "rt_nurb_internal");
 
#define RT_NURB_GET_CONTROL_POINT(_s, _u, _v)
 

Detailed Description

Macro Definition Documentation

◆ RT_NURB_CK_MAGIC

#define RT_NURB_CK_MAGIC (   _p)    BU_CKMAG(_p, RT_NURB_INTERNAL_MAGIC, "rt_nurb_internal");

Definition at line 289 of file geom.h.

◆ RT_NURB_GET_CONTROL_POINT

#define RT_NURB_GET_CONTROL_POINT (   _s,
  _u,
  _v 
)
Value:
((_s)->ctl_points[ \
((_v)*(_s)->s_size[0]+(_u))*RT_NURB_EXTRACT_COORDS((_s)->pt_type)])
#define RT_NURB_EXTRACT_COORDS(pt)
Definition: nurb.h:77

Definition at line 290 of file geom.h.