↓ 6 callersFunctionquaternion_multiplyReturn multiplication of two quaternions. >>> q = quaternion_multiply([4, 1, -2, 3], [8, -5, 6, 7]) >>> numpy.allclose(q, [28, -44, -14, 48])
smpl_sim/utils/transformation.py:1477
↓ 5 callersMethodload_from_skeleton(
self,
betas=None,
v_template=None,
gender=[0],
objs_info=None,
smpl_sim/smpllib/smpl_local_robot.py:1280