Oxygen Engine
Modern C++ 3D Engine using OpenGL
|
Various utilities. More...
Namespaces | |
namespace | pipeline |
Pipeline related classes. | |
namespace | str |
Classes | |
struct | Curve |
General purpose curve (can be used for gradients, animations, etc...) More... | |
struct | CurvePoint |
class | Factory |
class | NonCopyable |
Prevent class to be copied. More... | |
class | Pipeline |
Enumerations | |
enum class | CurveInterpolation { DIRECT , HOLD_LAST , LINEAR } |
Interpolation mode between points. More... | |
Functions | |
template<typename T > | |
T | convertFromByteArray (const ByteArray &input) |
template<typename T > | |
ByteArray | convertToByteArray (const T &input) |
Various utilities.
|
strong |