namespace Nanomesh { public interface IInterpolable { T Interpolate(T other, double ratio); } }