| 78 | } |
| 79 | |
| 80 | type RotatedRectangle struct { |
| 81 | Worker *Worker |
| 82 | X, Y int |
| 83 | Sx, Sy int |
| 84 | Angle int |
| 85 | } |
| 86 | |
| 87 | func NewRandomRotatedRectangle(worker *Worker) *RotatedRectangle { |
| 88 | rnd := worker.Rnd |
nothing calls this directly
no outgoing calls
no test coverage detected