Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2018, 1:40:36 PM (6 years ago)
Author:
adamc
Message:

scriptablecontroller testlevel fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/scriptable_controller_api.h

    r11673 r11854  
    196196    void setAngularVelocity(std::string id, double x, double y, double z);
    197197
     198
     199    /**
     200     * @brief Set the angular velocity of an object
     201     * @param id The ID of the object
     202     * @param x The rotation velocity around the x-axis
     203     * @param y The rotation velocity around the y-axis
     204     * @param z The rotation velocity around the z-axis
     205     */
     206    double myTestFunction(double x, double y);
     207
    198208// ### API END ################################################################
    199209
Note: See TracChangeset for help on using the changeset viewer.