Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 4, 2007, 12:57:01 AM (17 years ago)
Author:
landauf
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/contentcreation/pps/FabianLandau/mover/environments/mover_station.cc

    r4844 r4855  
    2828    this->rank = 0;
    2929    this->relTargetCoor = Vector(0, 0, 0);
    30     this->relTargetDir = Quaternion(0, Vector(0, 0, 0));
     30    this->relTargetDir = Vector(0, 0, 0);
    3131    this->delay = 0;
    3232    this->movingTime = 0;
     
    6060        .defaultValues(0, 0, 0);
    6161    LoadParam(root, "rel-target-dir", this, MoverStation, setRelTargetDir)
    62         .describe("The relative direction of the stations target.")
    63         .defaultValues(0, 0, 0, 0);
     62        .describe("The relative direction of the stations target in all axes (roll/pitch/yaw).")
     63        .defaultValues(0, 0, 0);
    6464    LoadParam(root, "delay", this, MoverStation, setDelay)
    6565        .describe("The amount of time the mover waits, before he starts moving.")
     
    9999    {
    100100        this->relTargetCoor = Vector(0, 0, 0);
    101         this->relTargetDir = Quaternion(0, Vector(0, 0, 0));
     101        this->relTargetDir = Vector(0, 0, 0);
    102102    }
    103103}
Note: See TracChangeset for help on using the changeset viewer.