Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ postRotateDegrees
Method
postRotateDegrees
snap_drawing/src/snap_drawing/cpp/Utils/Matrix.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void Matrix::postRotateDegrees(Scalar degrees, Scalar px, Scalar py) {
70
getSkValue().postRotate(degrees, px, py);
71
}
72
73
void Matrix::preConcat(const Matrix& other) {
74
getSkValue().preConcat(other.getSkValue());
Callers
1
TEST
Function · 0.80
Calls
1
postRotate
Method · 0.80
Tested by
1
TEST
Function · 0.64