C++
virtual bool exceededBounds() = 0;
Description
This method indicates whether any viewing parameters (camera position, camera target, camera field, front/back clip plane distance, and viewing distance) have exceeded their boundaries during execution of any of the following view manipulation calls: setView(), setFrontClip(), setBackClip(), dolly(), roll(), orbit(), zoom(), and pan(), since the previous call to exceededBounds().
This method returns true if any of these bounds have been exceeded; otherwise, returns false. Boundaries are defined by the implementation.