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

Public Attributes

tsReal u
 
size_t k
 
size_t s
 
size_t h
 
size_t dim
 
size_t n_points
 

Detailed Description

Stores the private data of tsDeBoorNet.

Member Data Documentation

◆ dim

size_t tsDeBoorNetImpl::dim

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

◆ h

size_t tsDeBoorNetImpl::h

Number of insertions required to obtain result.

◆ k

size_t tsDeBoorNetImpl::k

The index [u_k, u_k+1)

◆ s

size_t tsDeBoorNetImpl::s

Multiplicity of u_k.

◆ u

tsReal tsDeBoorNetImpl::u

The evaluated knot.


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