OSSIA
Open Scenario System for Interactive Application
tsDeBoorNetImpl Struct Reference

Detailed Description

Stores the private data of tsDeBoorNet.

Public Attributes

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

Member Data Documentation

◆ u

tsReal tsDeBoorNetImpl::u

The evaluated knot.

◆ k

size_t tsDeBoorNetImpl::k

The index [u_k, u_k+1)

◆ s

size_t tsDeBoorNetImpl::s

Multiplicity of u_k.

◆ h

size_t tsDeBoorNetImpl::h

Number of insertions required to obtain result.

◆ dim

size_t tsDeBoorNetImpl::dim

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