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

Concept definition

template<class T>
concept oe::scene::TranslationType = IsPosition<T>::value == true && Vector3Type<T>
Definition concept.h:38
Definition concept.h:11