Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
oe::scene::RotationType Concept Reference

Concept definition

template<class R>
concept oe::scene::RotationType = IsRotation<R>::value == true && Vector4Type<R>
Definition transform.h:51
Represent a generic vector of 4 floats.
Definition transform.h:29