Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
oe::scene::Vector4Type Concept Reference
Concept definition
template
<
class
V>
concept
oe::scene::Vector4Type
=
requires
(V v)
{
{v.x} -> std::convertible_to<float>;
{v.y} -> std::convertible_to<float>;
{v.z} -> std::convertible_to<float>;
{v.w} -> std::convertible_to<float>;
}
oe::scene::Vector4Type
Definition
concept.h:19
oe
scene
Vector4Type
Generated by
1.9.8