| 117 | } |
| 118 | |
| 119 | Color DisplayItem::GetInterpolatedColor(float alpha) const |
| 120 | { |
| 121 | return Color::Lerp(_prevColor, _color, alpha); |
| 122 | } |
| 123 | |
| 124 | EulerAngles DisplayItem::GetInterpolatedMeshRotation(int meshIndex, float alpha) const |
| 125 | { |
no test coverage detected