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

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)
 
int * ctl_points
 array of indices for control points
 

Detailed Description

Bezier curve segment.

<

Definition at line 663 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 665 of file geom.h.

◆ degree

int degree

degree of curve (number of control points - 1)

Definition at line 666 of file geom.h.

◆ ctl_points

int* ctl_points

array of indices for control points

Definition at line 667 of file geom.h.


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