TinySpline  0.7.0
Spline Library for a Multitude of Programming Languages
Public Attributes | List of all members
tsBSplineImpl Struct Reference

Public Attributes

size_t deg
 
size_t dim
 
size_t n_ctrlp
 
size_t n_knots
 

Detailed Description

Stores the private data of tsBSpline.

Member Data Documentation

◆ deg

size_t tsBSplineImpl::deg

Degree of B-Spline basis function.

◆ dim

size_t tsBSplineImpl::dim

Dimensionality of the control points (2D => x, y).

◆ n_ctrlp

size_t tsBSplineImpl::n_ctrlp

Number of control points.

◆ n_knots

size_t tsBSplineImpl::n_knots

Number of knots (n_ctrlp + deg + 1).


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