Rebel Fork Framework
Urho3D::Detail::VectorTraits< T, N > Struct Template Reference

Common traits for all vectors. More...

#include <Urho3D/Math/VectorCommon.h>

Inheritance diagram for Urho3D::Detail::VectorTraits< T, N >:
Urho3D::BaseIntegerVector2< int > Urho3D::BaseIntegerVector3< int > Urho3D::BaseVector2< float > Urho3D::BaseVector2< double > Urho3D::BaseVector3< float > Urho3D::BaseVector3< double >

Public Types

using ScalarType = T
 Underlying scalar type.
 

Static Public Attributes

static constexpr int NumComponents = N
 Number of compo.
 

Detailed Description

template<class T, int N>
struct Urho3D::Detail::VectorTraits< T, N >

Common traits for all vectors.


The documentation for this struct was generated from the following file: