1 | import java.awt.geom.AffineTransform; |
2 | |
3 | svoid rotateGraphicsClockwise_degrees(Graphics2D g, double angle) { |
4 | rotateGraphicsClockwise_radians(g, degToRadian(angle)); |
5 | } |
Began life as a copy of #1031987
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
Snippet ID: | #1032178 |
Snippet name: | rotateGraphicsClockwise_degrees |
Eternal ID of this version: | #1032178/1 |
Text MD5: | cdf6c0985838d45b22914107e929aead |
Author: | stefan |
Category: | javax / imaging |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-08-17 15:35:33 |
Source code size: | 170 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 157 / 187 |
Referenced in: | [show references] |