Ignore:
Timestamp:
Feb 9, 2011, 9:11:44 AM (13 years ago)
Author:
Torben Dannhauer
Message:

Object definition via XML file: Angels are now interpreted as degree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/include/object/visual_object.h

    r221 r222  
    387387// Position
    388388        /**
    389          * Latitude of the object.
     389         * Latitude of the object in RAD.
    390390         */
    391391        double lat;
    392392
    393393        /**
    394          * Longitude of the object.
     394         * Longitude of the object in RAD.
    395395         */
    396396        double lon;
    397397
    398398        /**
    399          * Altitude of the object over the ellipsoid.
     399         * Altitude of the object over the ellipsoid in meter.
    400400         */
    401401        double alt;
     
    403403// Attitude
    404404        /**
    405          * Azimuth angle (Rotation along Z axis, "heading") of the object
     405         * Azimuth angle (Rotation along Z axis, "heading") of the object in RAD.
    406406         */
    407407        double azimuthAngle_psi;
    408408
    409409        /**
    410          * Pitch ("nose relative to horizon") angle of the object
     410         * Pitch ("nose relative to horizon") angle of the object in RAD.
    411411         */
    412412        double pitchAngle_theta;
    413413
    414414        /**
    415          * Bank angle of the object.
     415         * Bank angle of the object in RAD.
    416416         */
    417417        double bankAngle_phi;
Note: See TracChangeset for help on using the changeset viewer.