Basically, I'd like to replicate what set_axis_velocity() does in 2d, but instead of just affecting linear velocity, I'd like to affect both angular and linear velocity, by essentially changing the velocity not along the center of mass, but offset, like you would do with apply_impulse(impulse, offset).
Thanks in advance!