LibreOffice Module chart2 (master) 1
Namespaces
Splines.cxx File Reference
#include "Splines.hxx"
#include <osl/diagnose.h>
#include <com/sun/star/drawing/Position3D.hpp>
#include <vector>
#include <algorithm>
#include <memory>
#include <cmath>
#include <limits>
Include dependency graph for Splines.cxx:

Go to the source code of this file.

Namespaces

namespace  chart
 

Variable Documentation

◆ m_aPoints

tPointVecType m_aPoints
private

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

Definition at line 88 of file Splines.cxx.

◆ m_fYp1

double m_fYp1
private

Definition at line 82 of file Splines.cxx.

◆ m_fYpN

double m_fYpN
private

Definition at line 83 of file Splines.cxx.

◆ m_nKHigh

lcl_tSizeType m_nKHigh
private

Definition at line 87 of file Splines.cxx.

◆ m_nKLow

lcl_tSizeType m_nKLow
private

Definition at line 86 of file Splines.cxx.