Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DSL-Lab/StreamSplat
/ scale2d_inv
Function
scale2d_inv
datasets/augmentv2.py:134–135 ·
view source on GitHub ↗
(sx, sy, **kwargs)
Source
from the content-addressed store, hash-verified
132
return
translate2d(-tx, -ty, **kwargs)
133
134
def
scale2d_inv(sx, sy, **kwargs):
135
return
scale2d(1 / sx, 1 / sy, **kwargs)
136
137
def
rotate2d_inv(theta, **kwargs):
138
return
rotate2d(-theta, **kwargs)
Callers
1
__call__
Method · 0.85
Calls
1
scale2d
Function · 0.85
Tested by
no test coverage detected