This commit is contained in:
Barış 2024-09-16 15:07:01 +09:00 committed by GitHub
commit edd98da621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ func (g *GeoM) Translate(tx, ty float64) {
g.ty += ty
}
// Rotate rotates the matrix by theta.
// Rotate rotates the matrix by theta (clockwise).
// The unit is radian.
func (g *GeoM) Rotate(theta float64) {
if theta == 0 {