BRL-CAD
bn_poly Struct Reference

#include <poly.h>

Data Fields

uint32_t magic
 
size_t dgr
 
fastf_t cf [BN_MAX_POLY_DEGREE+1]
 

Detailed Description

Polynomial data type bn_poly->cf[n] corresponds to X^n

Definition at line 50 of file poly.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 51 of file poly.h.

◆ dgr

size_t dgr

Definition at line 52 of file poly.h.

◆ cf

Definition at line 53 of file poly.h.


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