Helper class to interpolate value spans.
More...
#include <Urho3D/Replica/NetworkValue.h>
|
| InterpolatedConstSpan (ea::span< const T > valueSpan) |
|
| InterpolatedConstSpan (ea::span< const T > firstSpan, ea::span< const T > secondSpan, float blendFactor, float snapThreshold) |
|
T | operator[] (unsigned index) const |
|
unsigned | Size () const |
|
|
ea::span< const T > | first_ |
|
ea::span< const T > | second_ |
|
float | blendFactor_ {} |
|
float | snapThreshold_ {} |
|
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: