|
|
1 month ago | |
|---|---|---|
| .idea | 1 month ago | |
| out | 4 years ago | |
| src | 1 month ago | |
| Figure.iml | 4 years ago | |
| README.md | 1 month ago |
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)