Math Module refactored.

This commit is contained in:
Martín Lucas Golini
2014-06-14 17:39:35 -03:00
parent 139ace4f8c
commit 98df342f8b
256 changed files with 1918 additions and 1918 deletions

View File

@@ -23,7 +23,7 @@ void MainLoop()
}
// Draw a circle
p.DrawCircle( eeVector2f( win->GetWidth() * 0.5f, win->GetHeight() * 0.5f ), 200, 50 );
p.DrawCircle( Vector2f( win->GetWidth() * 0.5f, win->GetHeight() * 0.5f ), 200, 50 );
// Draw frame
win->Display();