TinySpline
0.7.0
Spline Library for a Multitude of Programming Languages
|
Public Attributes | |
tsReal | u |
size_t | k |
size_t | s |
size_t | h |
size_t | dim |
size_t | n_points |
Stores the private data of tsDeBoorNet.
size_t tsDeBoorNetImpl::dim |
Dimensionality of the points (2D => x, y).
size_t tsDeBoorNetImpl::h |
Number of insertions required to obtain result.
size_t tsDeBoorNetImpl::k |
The index [u_k, u_k+1)
size_t tsDeBoorNetImpl::s |
Multiplicity of u_k.
tsReal tsDeBoorNetImpl::u |
The evaluated knot.