Changeset 18057 for trunk/FACT++/gui
- Timestamp:
- 01/03/15 17:38:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/Q3DCameraWidget.h
r14793 r18057 24 24 cameraLocation() : rotX(0), rotY(0), position({0,0,0}) 25 25 {} 26 cameraLocation(float rx, float ry, float x, float y, float z): rotX(rx), rotY(ry), position ({x,y,z})26 cameraLocation(float rx, float ry, float x, float y, float z): rotX(rx), rotY(ry), position{x,y,z} 27 27 {} 28 28 };
Note:
See TracChangeset
for help on using the changeset viewer.