Пример #1
0
 public override PointF PerformFrame(IStateOwner gstate, PointF CurrentLocation)
 {
     //return new PointF(CurrentLocation.X + _Delta.X, CurrentLocation.Y + _Delta.Y);
     TrigFunctions.IncrementLocation(gstate, ref CurrentLocation, _Delta);
     return(CurrentLocation);
 }