Ignore:
Timestamp:
Jun 27, 2008, 3:37:41 PM (16 years ago)
Author:
garnier
Message:

last updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/include/G4ViewParameters.hh

    r772 r846  
    2525//
    2626//
    27 // $Id: G4ViewParameters.hh,v 1.27 2008/03/10 16:23:42 lgarnier Exp $
     27// $Id: G4ViewParameters.hh,v 1.28 2008/04/28 16:14:12 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    210210  void SetLightsMoveWithCamera (G4bool moves);
    211211  void SetPan                  (G4double right, G4double up);
    212   /** Increment currentTarget point by following X,Y values
    213    */
    214212  void IncrementPan            (G4double right, G4double up);
    215   /** Increment currentTarget point by following X,Y,Z values
    216    */
    217   void IncrementPan            (G4double right, G4double up, G4double distance);
     213  // Increment currentTarget point perpendicular to viewpoint direction.
     214  void IncrementPan            (G4double right, G4double up, G4double forward);
     215  // Increment currentTarget point also along viewpoint direction.
    218216  void SetDefaultVisAttributes (const G4VisAttributes&);
    219217  void SetDefaultTextVisAttributes (const G4VisAttributes&);
Note: See TracChangeset for help on using the changeset viewer.