Hello, I'm trying to understand the meaning of [this function](https://github.com/studywolf/control/blob/master/studywolf_control/controllers/ilqr.py#L169-L183) in your iLQR code. I wonder why there is `np.cos` and `np.sin` involved. BTW, thanks for such a great code.