MCPcopy Create free account
hub / github.com/Robbyant/lingbot-map / _smoothstep

Function _smoothstep

demo_render/rgbd_render/camera.py:128–129  ·  view source on GitHub ↗
(t: float)

Source from the content-addressed store, hash-verified

126# ---------------------------------------------------------------------------
127
128def _smoothstep(t: float) -> float:
129 return 3.0 * t * t - 2.0 * t * t * t
130
131
132def _lerp_camera(a: Camera, b: Camera, t: float) -> Camera:

Callers 2

get_cameraMethod · 0.85
build_camera_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected