Home
last modified time | relevance | path

Searched refs:RotateCameraYawAction (Results 1 – 1 of 1) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DHomeComponent3D.java1724 class RotateCameraYawAction extends AbstractAction { in createActions() class
1727 public RotateCameraYawAction(float delta) { in createActions() method in HomeComponent3D.RotateCameraYawAction
1760 … actionMap.put(ActionType.ROTATE_CAMERA_YAW_LEFT, new RotateCameraYawAction(-(float)Math.PI / 60)); in createActions()
1761 …actionMap.put(ActionType.ROTATE_CAMERA_YAW_FAST_LEFT, new RotateCameraYawAction(-(float)Math.PI / … in createActions()
1762 … actionMap.put(ActionType.ROTATE_CAMERA_YAW_RIGHT, new RotateCameraYawAction((float)Math.PI / 60)); in createActions()
1763 …actionMap.put(ActionType.ROTATE_CAMERA_YAW_FAST_RIGHT, new RotateCameraYawAction((float)Math.PI / … in createActions()