Changeset 712 for trunk/geant4/visualization/management/include
- Timestamp:
- Feb 5, 2008, 3:17:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/visualization/management/include/G4ViewParameters.hh
r593 r712 210 210 void SetLightsMoveWithCamera (G4bool moves); 211 211 void SetPan (G4double right, G4double up); 212 /** Increment currentTarget point by following X,Y values 213 */ 212 214 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 218 void SetDefaultVisAttributes (const G4VisAttributes&); 214 219 void SetDefaultTextVisAttributes (const G4VisAttributes&);
Note:
See TracChangeset
for help on using the changeset viewer.
