OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
curve_segment.hpp
Go to the documentation of this file.
1#pragma once
2#include <smallfun.hpp>
3
8namespace ossia
9{
10template <typename Y>
29#if defined(_WIN32)
30using curve_segment = smallfun::function<Y(double, Y, Y), 24 + 24>;
31#else
32using curve_segment = smallfun::function<Y(double, Y, Y), 24>;
33#endif
34}
Definition git_info.h:7