BRL-CAD

Bezier curve segment. More...

#include <geom.h>

Collaboration diagram for bezier_seg:
[legend]

Data Fields

uint32_t magic
 
int degree
 degree of curve (number of control points - 1) More...
 
int * ctl_points
 array of indices for control points More...
 

Detailed Description

Bezier curve segment.

<

Definition at line 654 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 656 of file geom.h.

◆ degree

int degree

degree of curve (number of control points - 1)

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.


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