|
|
hai 1 mes | |
|---|---|---|
| .idea | hai 1 mes | |
| out | %!s(int64=4) %!d(string=hai) anos | |
| src | hai 1 mes | |
| Figure.iml | %!s(int64=4) %!d(string=hai) anos | |
| README.md | hai 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)