Skip to content

Instantly share code, notes, and snippets.

@AndriyBas
Created November 9, 2016 07:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndriyBas/a7e024fd52cfa7fdf38c28e0a73a9bbd to your computer and use it in GitHub Desktop.
Save AndriyBas/a7e024fd52cfa7fdf38c28e0a73a9bbd to your computer and use it in GitHub Desktop.
class Layer {
float x; // top left X
float y; // top left Y
float scale;
@FloatRange(from = 0.0F, to = 360.0F)
float rotationInDegrees;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment