Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
Classes | Namespaces
curves.h File Reference

Define curves types, that can be sampled. More...

Go to the source code of this file.

Classes

struct  lampda::utils::curves::Point< T, U >
 Define a 2D point. More...
 
class  lampda::utils::curves::LinearCurve< T, U >
 Given a set of points, will fit multiple linear segments to it. More...
 
class  lampda::utils::curves::ExponentialCurve< T, U >
 Given two points and an exponent, fit an exponential function. More...
 

Namespaces

namespace  lampda
 Program scope.
 
namespace  lampda::utils
 Utility function and classes.
 
namespace  lampda::utils::curves
 Curves classes to sample values from predefined custom parameters.
 

Detailed Description

Define curves types, that can be sampled.