BRL-CAD
Loading...
Searching...
No Matches

NURB curve segment. More...

#include <geom.h>

Collaboration diagram for nurb_seg:
[legend]

Data Fields

uint32_t magic
 
int order
 order of NURB curve (degree - 1)
 
int pt_type
 type of NURB curve
 
struct seg_knot_vector k
 knot vector for NURB curve
 
int c_size
 number of control points
 
int * ctl_points
 array of indices for control points
 
fastf_tweights
 array of weights for control points (NULL if non_rational)
 

Detailed Description

NURB curve segment.

<

Definition at line 651 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 653 of file geom.h.

◆ order

int order

order of NURB curve (degree - 1)

Definition at line 654 of file geom.h.

◆ pt_type

int pt_type

type of NURB curve

Definition at line 655 of file geom.h.

◆ k

struct seg_knot_vector k

knot vector for NURB curve

Definition at line 656 of file geom.h.

◆ c_size

int c_size

number of control points

Definition at line 657 of file geom.h.

◆ ctl_points

int* ctl_points

array of indices for control points

Definition at line 658 of file geom.h.

◆ weights

fastf_t* weights

array of weights for control points (NULL if non_rational)

Definition at line 659 of file geom.h.


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