Changeset 222 for osgVisual/trunk/include
- Timestamp:
- Feb 9, 2011, 9:11:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/object/visual_object.h
r221 r222 387 387 // Position 388 388 /** 389 * Latitude of the object .389 * Latitude of the object in RAD. 390 390 */ 391 391 double lat; 392 392 393 393 /** 394 * Longitude of the object .394 * Longitude of the object in RAD. 395 395 */ 396 396 double lon; 397 397 398 398 /** 399 * Altitude of the object over the ellipsoid .399 * Altitude of the object over the ellipsoid in meter. 400 400 */ 401 401 double alt; … … 403 403 // Attitude 404 404 /** 405 * Azimuth angle (Rotation along Z axis, "heading") of the object 405 * Azimuth angle (Rotation along Z axis, "heading") of the object in RAD. 406 406 */ 407 407 double azimuthAngle_psi; 408 408 409 409 /** 410 * Pitch ("nose relative to horizon") angle of the object 410 * Pitch ("nose relative to horizon") angle of the object in RAD. 411 411 */ 412 412 double pitchAngle_theta; 413 413 414 414 /** 415 * Bank angle of the object .415 * Bank angle of the object in RAD. 416 416 */ 417 417 double bankAngle_phi;
Note: See TracChangeset
for help on using the changeset viewer.