Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing method SKMatrix.MakeRotation(theta, pivotX, pivotY) #74

Closed
charlenni opened this issue May 3, 2016 · 4 comments
Closed

Missing method SKMatrix.MakeRotation(theta, pivotX, pivotY) #74

charlenni opened this issue May 3, 2016 · 4 comments

Comments

@charlenni
Copy link
Contributor

Method is implemented in Skia, but could not be found in the bindings.

@migueldeicaza
Copy link
Contributor

Can you point us to the method?

@gentledepp
Copy link
Contributor

gentledepp commented Jun 27, 2016

see
void SkMatrix::setRotate(SkScalar degrees, SkScalar px, SkScalar py) {...
in https://github.com/google/skia/blob/master/src/core/SkMatrix.cpp
Basically it would be nice, to have an overload to SKMatrix, so that a rotation can be applied with a specified rotation center (translation)

@migueldeicaza
Copy link
Contributor

Added

@gentledepp
Copy link
Contributor

Which commit?

@mattleibow mattleibow added this to To Be Classified in Previous Releases Jul 26, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Aug 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Previous Releases
To Be Classified
Development

No branches or pull requests

3 participants