MCPcopy 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

11namespace snap::drawing {
12
13void Matrix::setIdentity() {
14 getSkValue().setIdentity();
15}
16
17Scalar Matrix::getTranslateX() const {
18 return getSkValue().getTranslateX();

Callers 1

updateMatrixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected