libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
bezier_t Struct Reference

#include <geom.h>

Collaboration diagram for bezier_t:
Collaboration graph
[legend]

Data Fields

size_t n_pts
 
vect2_tpts
 

Detailed Description

Object used to hold bezier curves. Create using bezier_alloc() and free using bezier_free().

Definition at line 143 of file geom.h.

Field Documentation

◆ n_pts

size_t n_pts

Definition at line 144 of file geom.h.

◆ pts

vect2_t* pts

Definition at line 145 of file geom.h.


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