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
8
namespace
ossia
9
{
10
template
<
typename
Y>
29
#if defined(_WIN32)
30
using
curve_segment = smallfun::function<Y(
double
, Y, Y), 24 + 24>;
31
#else
32
using
curve_segment = smallfun::function<Y(
double
, Y, Y), 24>;
33
#endif
34
}
ossia
Definition
git_info.h:7
src
ossia
editor
curve
curve_segment.hpp
Generated on Mon Mar 31 2025 23:58:28 for OSSIA by
1.9.8