MCPcopy Create free account
hub / github.com/Francis-Rings/MotionFollower / set_tensor_interpolation_method

Function set_tensor_interpolation_method

src/pipelines/utils.py:10–12  ·  view source on GitHub ↗
(is_slerp)

Source from the content-addressed store, hash-verified

8
9
10def set_tensor_interpolation_method(is_slerp):
11 global tensor_interpolation
12 tensor_interpolation = slerp if is_slerp else linear
13
14
15def linear(v1, v2, t):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected