Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DSL-Lab/StreamSplat
/ scale3d
Function
scale3d
datasets/augmentv2.py:106–112 ·
view source on GitHub ↗
(sx, sy, sz, **kwargs)
Source
from the content-addressed store, hash-verified
104
**kwargs)
105
106
def
scale3d(sx, sy, sz, **kwargs):
107
return
matrix(
108
[sx, 0, 0, 0],
109
[0, sy, 0, 0],
110
[0, 0, sz, 0],
111
[0, 0, 0, 1],
112
**kwargs)
113
114
def
rotate2d(theta, **kwargs):
115
return
matrix(
Callers
1
__call__
Method · 0.85
Calls
1
matrix
Function · 0.85
Tested by
no test coverage detected