~ubuntu-branches/ubuntu/hardy/realtimebattle/hardy

« back to all changes in this revision

Viewing changes to include/Vector2D.h

  • Committer: Bazaar Package Importer
  • Author(s): Remi Vanicat
  • Date: 2007-08-08 10:52:21 UTC
  • Revision ID: james.westby@ubuntu.com-20070808105221-nysdlp30q87whk3y
Tags: 1.0.8-3
* I don't use dpatch anymore.
* Make realtimebattle binNMU safe thanks to Lior Kaplan (closes: 432994)
* adding XS-Vcs-Browser and XS-Vcs-git

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
using namespace std;
26
26
 
 
27
class Vector2D;
 
28
Vector2D angle2vec(const double);
 
29
 
27
30
class Vector2D
28
31
{
29
32
public: