Multiply array of n 3x3 rotation matrices with 3d array of 3-vectors

后端 未结 0 1156
半阙折子戏
半阙折子戏 2020-12-18 10:38

I have a 3d array of position vectors p [np.shape(p) yields (Nx, Ny, Nz, 3)] and an array Rn of n rotation matrices [np.shape(R) yields (n, 3, 3)].

I am trying to get

相关标签:
回答
  • 消灭零回复
提交回复
热议问题