MCPcopy Create free account
hub / github.com/Snapchat/Valdi / setSkewX

Method setSkewX

snap_drawing/src/snap_drawing/cpp/Utils/Matrix.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void Matrix::setSkewX(Scalar skewX) {
54 getSkValue().setSkewX(skewX);
55}
56
57Scalar Matrix::getSkewY() const {
58 return getSkValue().getSkewY();

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64