func (cr CorrectingRect) CorrectBounds() { }
()
| 294 | // } |
| 295 | |
| 296 | func (cr CorrectingRect) Width() float32 { |
| 297 | return cr.X2 - cr.X1 |
| 298 | } |
| 299 | |
| 300 | func (cr CorrectingRect) AbsWidth() float32 { |
| 301 | if cr.X2 > cr.X1 { |
no outgoing calls
no test coverage detected