Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
def
scale2d(sx, sy, **kwargs):
100
return
matrix(
101
[sx, 0, 0],
102
[0, sy, 0],
103
[0, 0, 1],
104
**kwargs)
105
106
def
scale3d(sx, sy, sz, **kwargs):
107
return
matrix(
Callers
2
scale2d_inv
Function · 0.85
__call__
Method · 0.85
Calls
1
matrix
Function · 0.85
Tested by
no test coverage detected