I'm trying to introduce a simple 'rope swing' mechanic into my game, and I was wondering if anyone had a methodology for converting rotational concepts into code. I'm only interested in pendulum like motion for now (that is, the rope will remain 'rigid'), and I'm hoping to be able to deal in simply the standard XNA model variables (velocity, ...