fedoo.constraint.RigidTie.rotation_jacobian
- RigidTie.rotation_jacobian(rotvec, points)
Rotation matrix and per-point displacement/rotation derivatives.
For each point,
du_dr{k} = (point - center) @ (dR/dr{k}).Tis the sensitivity of the slaved displacement to rigid rotation DOFk. Shared by the MPC linearization (generate()) and the IPC contact Jacobians (RigidBodyAssemblyandIPCContact) so the three stay consistent.Returns
(R, du_drx, du_dry, du_drz)where each derivative array has the same shape aspoints.