MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / scale2d

Function scale2d

datasets/augmentv2.py:99–104  ·  view source on GitHub ↗
(sx, sy, **kwargs)

Source from the content-addressed store, hash-verified

97 **kwargs)
98
99def scale2d(sx, sy, **kwargs):
100 return matrix(
101 [sx, 0, 0],
102 [0, sy, 0],
103 [0, 0, 1],
104 **kwargs)
105
106def scale3d(sx, sy, sz, **kwargs):
107 return matrix(

Callers 2

scale2d_invFunction · 0.85
__call__Method · 0.85

Calls 1

matrixFunction · 0.85

Tested by

no test coverage detected