I'm doing some visualization using mayavi and I'm trying to calculate the yaw and pitch's rotation axis from mlab.view() and mlab.roll(). I'm not sure how mlab.roll() is defined and is it possible to get current view's up-down, right-left directions?
thanks
mlab.view() called with no arguments returns the current view, the azimuth is the yaw and the elevation is the pitch.