BRL-CAD
knot_vector Struct Reference

Definition of a knot vector. More...

#include <topology.h>

Collaboration diagram for knot_vector:
[legend]

Data Fields

uint32_t magic
 
int k_size
 knot vector size More...
 
fastf_tknots
 pointer to knot vector More...
 

Detailed Description

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.

Field Documentation

◆ magic

uint32_t magic

Definition at line 356 of file topology.h.

◆ k_size

int k_size

knot vector size

Definition at line 357 of file topology.h.

◆ knots

fastf_t* knots

pointer to knot vector

Definition at line 358 of file topology.h.


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