NcEngine
Curve.h
Go to the documentation of this file.
1
5
#pragma once
6
7
#include <cstdint>
8
9
namespace
nc
10
{
12
enum class
CurveType
: uint8_t
13
{
14
Linear,
15
EaseIn,
16
EaseOut,
17
EaseInOut,
18
Spike,
19
Constant
20
};
21
}
// namespace nc
nc::CurveType
CurveType
Common types of curves.
Definition:
Curve.h:13
include
ncengine
graphics
Curve.h
Generated by
1.9.4