OSSIA
Open Scenario System for Interactive Application
empty.hpp
1 #pragma once
2 
3 namespace ossia
4 {
5 template <typename Y>
6 struct curve_segment_empty
7 {
8  Y operator()(double ratio, Y start, Y end) const { return start; }
9 };
10 }
Definition: git_info.h:7