#include "Splines.hxx"
#include <osl/diagnose.h>
#include <com/sun/star/drawing/Position3D.hpp>
#include <vector>
#include <algorithm>
#include <memory>
#include <cmath>
#include <limits>
Go to the source code of this file.
◆ m_aPoints
a copy of the points given in the CTOR
Definition at line 77 of file Splines.cxx.
◆ m_aSecDerivY
std::vector< double > m_aSecDerivY |
|
private |
the result of the Calculate() method
Definition at line 80 of file Splines.cxx.
◆ m_fLastInterpolatedValue
double m_fLastInterpolatedValue |
|
private |
◆ m_fYp1
◆ m_fYpN
◆ m_nKHigh
◆ m_nKLow