export interface IUpdateVector { position: number; velocity: number; }