Skip to content

Instantly share code, notes, and snippets.

@veryjos
Created May 20, 2018 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veryjos/02b0341a9f4ea08385fd9463a01d07c6 to your computer and use it in GitHub Desktop.
Save veryjos/02b0341a9f4ea08385fd9463a01d07c6 to your computer and use it in GitHub Desktop.
namespace Math {
@AnnotationTest("xyz")
@AnotherAnnotation("xyz", 3, 3.0f)
class Vec2 {
float x;
float y;
float Length();
void Scale(float scale);
void Multiply(float x, float y);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment