// Copyright 2014-2017 ClassicalSharp | Licensed under BSD-3 using System; using ClassicalSharp.Renderers; using OpenTK; namespace ClassicalSharp.Entities { /// Entity component that performs interpolation of position and orientation over time. }