Searched refs:KFSegment (Results 1 – 2 of 2) sorted by relevance
84 struct KFSegment { struct97 KFSegment find_segment(float t) const;100 float compute_weight(const KFSegment& seg, float t) const;104 mutable KFSegment fCurrentSegment = { nullptr, nullptr }; // Cached segment.
48 KeyframeAnimator::KFSegment KeyframeAnimator::find_segment(float t) const { in find_segment()73 float KeyframeAnimator::compute_weight(const KFSegment &seg, float t) const { in compute_weight()