|
|
hace 1 mes | |
|---|---|---|
| .idea | hace 1 mes | |
| out | hace 4 años | |
| src | hace 1 mes | |
| Figure.iml | hace 4 años | |
| README.md | hace 1 mes |
val square: Transforming = Square(0f,0f,1f)
square.resize(2)
square.rotate(RotateDirection.Clockwise, 1, 1)
val rect: Transforming = Rect(0,0,1,1)
rect.resize(2)
rect.rotate(RotateDirection.Clockwise, 1, 1)
val circle: Transforming = Circle(0f, 0f, 10f)
circle.resize(2)
circle.rotate(RotateDirection.Clockwise, 1, 1)