MCPcopy 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
106def 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
114def rotate2d(theta, **kwargs):
115 return matrix(

Callers 1

__call__Method · 0.85

Calls 1

matrixFunction · 0.85

Tested by

no test coverage detected