Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2010, 12:34:00 AM (14 years ago)
Author:
landauf
Message:

merged doc branch back to trunk

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/orxonox/worldentities/WorldEntity.h

    r7163 r7401  
    299299            @brief
    300300                Returns the diagonal elements of the inertia tensor when calculated in local coordinates.
    301             @Note
     301            @note
    302302                The local inertia tensor cannot be set, but is calculated by Bullet according to the collisionShape.
    303303                With compound collision shapes, an approximation is used.
     
    367367            @param otherObject
    368368                The object this one has collided into.
    369             @pram contactPoint
     369            @param contactPoint
    370370                Contact point provided by Bullet. Holds more information and can me modified. See return value.
    371             @Return
     371            @return
    372372                Returning false means that no modification to the contactPoint has been made. Return true otherwise!
    373             @Note
     373            @note
    374374                Condition is that enableCollisionCallback() was called.
    375375            */
Note: See TracChangeset for help on using the changeset viewer.