Public Types | Static Public Member Functions

Fiber::LinearIpol< T, true > Class Template Reference

An alternative version of the linear interpolator that works for types which do not allow scalar multiplication, such as points in a space. More...

#include <LinearIpol.hpp>

List of all members.

Public Types

Static Public Member Functions


Detailed Description

template<class T>
class Fiber::LinearIpol< T, true >

An alternative version of the linear interpolator that works for types which do not allow scalar multiplication, such as points in a space.