diff options
Diffstat (limited to '')
-rw-r--r-- | legacy/ephysics/src/lib/EPhysics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/legacy/ephysics/src/lib/EPhysics.h b/legacy/ephysics/src/lib/EPhysics.h index 1675fe3da4..5a3f9b124f 100644 --- a/legacy/ephysics/src/lib/EPhysics.h +++ b/legacy/ephysics/src/lib/EPhysics.h | |||
@@ -3282,6 +3282,8 @@ EAPI void ephysics_body_linear_velocity_set(EPhysics_Body *body, double x, doubl | |||
3282 | * @param z The linear velocity on axis z. | 3282 | * @param z The linear velocity on axis z. |
3283 | * | 3283 | * |
3284 | * @note EPhysics unit for linear velocity is Evas coordinates per second. | 3284 | * @note EPhysics unit for linear velocity is Evas coordinates per second. |
3285 | * @note For cloth bodies the returned value is a velocity average of nodes | ||
3286 | * velocities. | ||
3285 | * | 3287 | * |
3286 | * @see ephysics_body_linear_velocity_set(). | 3288 | * @see ephysics_body_linear_velocity_set(). |
3287 | * @see ephysics_body_angular_velocity_get(). | 3289 | * @see ephysics_body_angular_velocity_get(). |