Changeset 18059
- Timestamp:
- 01/03/15 18:49:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/Q3DCameraWidget.h
r18057 r18059 22 22 float position[3]; 23 23 24 cameraLocation() : rotX(0), rotY(0), position ({0,0,0})24 cameraLocation() : rotX(0), rotY(0), position{0,0,0} 25 25 {} 26 26 cameraLocation(float rx, float ry, float x, float y, float z): rotX(rx), rotY(ry), position{x,y,z}
Note:
See TracChangeset
for help on using the changeset viewer.