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 concept.h:41
Definition concept.h:19