Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void Matrix::setSkewX(Scalar skewX) {
54
getSkValue().setSkewX(skewX);
55
}
56
57
Scalar Matrix::getSkewY() const {
58
return getSkValue().getSkewY();
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64