Example #1
0
 public void Rotate(MoveContext rotationContext)
 {
     this.bodyMatrix    = rotationContext.BodyMatrix;
     this.bodyPositions = rotationContext.Positions;
 }
Example #2
0
 public void Move(MoveContext moveContext)
 {
     this.topLeft       = moveContext.TopLeft;
     this.bodyPositions = moveContext.Positions;
 }