Rotate applies a rotation transform to the context. The parameter is specified in radians.
(rad float64)
| 48 | // Rotate applies a rotation transform to the context. |
| 49 | // The parameter is specified in radians. |
| 50 | Rotate(rad float64) |
| 51 | |
| 52 | // Translate applies a translational transform |
| 53 | // to the context. |
no outgoing calls
no test coverage detected