Trace

Class to get interpolated(mix) T value in given time, useful for contigious paths

Members

Functions

add
void add(T point, float time)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get(TimeIndexGetter getter, float time, bool loop)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get(float time)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DataPoint
struct DataPoint
Undocumented in source.

Variables

data
SortedVector!(DataPoint, "a.time < b.time") data;
Undocumented in source.
indexGetter
TimeIndexGetter indexGetter;
Undocumented in source.

Meta