BRL-CAD
|
Definition of a knot vector. More...
#include <topology.h>
Data Fields | |
uint32_t | magic |
int | k_size |
knot vector size More... | |
fastf_t * | knots |
pointer to knot vector More... | |
Definition of a knot vector.
Not found independently, but used in the cnurb and snurb structures. (Exactly the same as the definition in nurb.h)
Definition at line 355 of file topology.h.
uint32_t magic |
Definition at line 356 of file topology.h.
int k_size |
knot vector size
Definition at line 357 of file topology.h.
fastf_t* knots |
pointer to knot vector
Definition at line 358 of file topology.h.