Rebel Fork Framework
Urho3D::Detail::InterpolatedConstSpan< T, Traits > Class Template Reference

Helper class to interpolate value spans. More...

#include <Urho3D/Replica/NetworkValue.h>

Public Member Functions

 InterpolatedConstSpan (ea::span< const T > valueSpan)
 
 InterpolatedConstSpan (ea::span< const T > firstSpan, ea::span< const T > secondSpan, float blendFactor, float snapThreshold)
 
operator[] (unsigned index) const
 
unsigned Size () const
 

Private Attributes

ea::span< const T > first_
 
ea::span< const T > second_
 
float blendFactor_ {}
 
float snapThreshold_ {}
 

Detailed Description

template<class T, class Traits>
class Urho3D::Detail::InterpolatedConstSpan< T, Traits >

Helper class to interpolate value spans.


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