src/cinder/BSpline.cpp File Reference

Namespaces

namespace  cinder

Functions

template<class T >
void cinder::allocate2D (int iCols, int iRows, T **&raatArray)
template<class T >
void cinder::deallocate2D (T **&raatArray)
template<typename T >
T::TYPE cinder::getSpeedWithData (float fTime, void *pvData)
template<typename Real >
Real cinder::rombergIntegral (int iOrder, Real fA, Real fB, Real(*oF)(Real, void *), void *pvUserData)