MCPcopy 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
69void Matrix::postRotateDegrees(Scalar degrees, Scalar px, Scalar py) {
70 getSkValue().postRotate(degrees, px, py);
71}
72
73void Matrix::preConcat(const Matrix& other) {
74 getSkValue().preConcat(other.getSkValue());

Callers 1

TESTFunction · 0.80

Calls 1

postRotateMethod · 0.80

Tested by 1

TESTFunction · 0.64