Currently the only way to modify the angular velocity of an object is the addTorque command. It would be useful to have some vector commands for angular velocity:
angularVelocity _obj;
_obj setAngularVelocity _vec3;
_obj addAngularVelocity _vec3;