BugInTheSYS

Globsch.cs

Apr 22nd, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.41 KB | None | 0 0
  1. ByteFlare.Point( ( float )( xpoint + ( ( Point.X - frmGame.xLevelOffset + 81.0f ) - xpoint ) * Math.Cos( ArmCycle ) - ( ypoint + ( frmGame.BufHeight - Point.Y + 125.0f - ypoint ) ) * Math.Sin( ArmCycle ) ),
  2.                      ( float )( xpoint + ( ( Point.X - frmGame.xLevelOffset + 81.0f ) - xpoint ) * Math.Sin( ArmCycle ) + ( ypoint + ( frmGame.BufHeight - Point.Y + 125.0f - ypoint ) ) * Math.Cos( ArmCycle ) ) );
Advertisement
Add Comment
Please, Sign In to add comment