static public VectorI2 GetDeflated(this VectorF2 item, float unit) { return(item.GetDeflated(new VectorF2(unit, unit))); }