MCPcopy Index your code
hub / github.com/tbtlr/gordon / nlizeMatrix

Function nlizeMatrix

src/parser.js:870–876  ·  view source on GitHub ↗
(matrix)

Source from the content-addressed store, hash-verified

868 };
869
870 function nlizeMatrix(matrix){
871 return {
872 scaleX: matrix.scaleX * 20, scaleY: matrix.scaleY * 20,
873 skewX: matrix.skewX * 20, skewY: matrix.skewY * 20,
874 moveX: matrix.moveX, moveY: matrix.moveY
875 };
876 }
877
878 function cloneEdge(edge){
879 return {

Callers 1

parser.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected