Skip to content

Instantly share code, notes, and snippets.

@AndriyBas
Created November 9, 2016 07:02
Embed
What would you like to do?
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