sftools
2.0 dev
Bunch of tools for SFML application development
|
Define Curve drawable. More...
#include <SFML/Graphics.hpp>
#include <cmath>
Go to the source code of this file.
Classes | |
struct | sftools::CurveInfo |
Holds all informations used to compute the points of a curve. More... | |
class | sftools::Curve |
Drawable representing a mathematical curve. More... | |
Namespaces | |
namespace | sftools |
Simple and Fast Tools. | |
Typedefs | |
typedef std::function < sf::Vector2f(float)> | sftools::CurveFunction |
Type of a curve's function. | |