Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ setIdentity
Method
setIdentity
snap_drawing/src/snap_drawing/cpp/Utils/Matrix.cpp:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace snap::drawing {
12
13
void Matrix::setIdentity() {
14
getSkValue().setIdentity();
15
}
16
17
Scalar Matrix::getTranslateX() const {
18
return getSkValue().getTranslateX();
Callers
1
updateMatrix
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected