diff options
Diffstat (limited to 'src/lib/ephysics/EPhysics.h')
-rw-r--r-- | src/lib/ephysics/EPhysics.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/ephysics/EPhysics.h b/src/lib/ephysics/EPhysics.h index 2311975aab..cc5d221156 100644 --- a/src/lib/ephysics/EPhysics.h +++ b/src/lib/ephysics/EPhysics.h | |||
@@ -446,7 +446,7 @@ EAPI double ephysics_quaternion_angle_get(const EPhysics_Quaternion *quat1, cons | |||
446 | * Return the length of the quaternion. | 446 | * Return the length of the quaternion. |
447 | * | 447 | * |
448 | * @param quat Quaternion to get length of. | 448 | * @param quat Quaternion to get length of. |
449 | * @return The lenght of @p quat or @c 0 on error. | 449 | * @return The length of @p quat or @c 0 on error. |
450 | * | 450 | * |
451 | * @ingroup EPhysics_Quaternion | 451 | * @ingroup EPhysics_Quaternion |
452 | */ | 452 | */ |
@@ -457,7 +457,7 @@ EAPI double ephysics_quaternion_length_get(const EPhysics_Quaternion *quat); | |||
457 | * Return the length squared of the quaternion. | 457 | * Return the length squared of the quaternion. |
458 | * | 458 | * |
459 | * @param quat Quaternion to get length of. | 459 | * @param quat Quaternion to get length of. |
460 | * @return The lenght of @p quat or @c 0 on error. | 460 | * @return The length of @p quat or @c 0 on error. |
461 | * | 461 | * |
462 | * @ingroup EPhysics_Quaternion | 462 | * @ingroup EPhysics_Quaternion |
463 | */ | 463 | */ |
@@ -489,7 +489,7 @@ EAPI double ephysics_quaternion_length2_get(const EPhysics_Quaternion *quat); | |||
489 | * @ref ephysics_shape_save(). With that shapes can be done or visualized | 489 | * @ref ephysics_shape_save(). With that shapes can be done or visualized |
490 | * on design applications. | 490 | * on design applications. |
491 | * | 491 | * |
492 | * @note Using primitive shapes has better perfomance than generic shapes. | 492 | * @note Using primitive shapes has better performance than generic shapes. |
493 | * @note For now, only convex shapes are supported. | 493 | * @note For now, only convex shapes are supported. |
494 | * | 494 | * |
495 | */ | 495 | */ |
@@ -2435,11 +2435,11 @@ EAPI double ephysics_body_soft_body_drag_coefficient_get(const EPhysics_Body *bo | |||
2435 | * | 2435 | * |
2436 | * While dragging a soft body the user may want to freeze a specific trimesh | 2436 | * While dragging a soft body the user may want to freeze a specific trimesh |
2437 | * face, after calling this function EPhysics will do freeze the @p triangle | 2437 | * face, after calling this function EPhysics will do freeze the @p triangle |
2438 | * untill it gets a call to unset it with | 2438 | * until it gets a call to unset it with |
2439 | * ephysics_body_soft_body_dragging_unset(). | 2439 | * ephysics_body_soft_body_dragging_unset(). |
2440 | * | 2440 | * |
2441 | * @note Freezing a specific trimesh face means no forces are applied to it, no | 2441 | * @note Freezing a specific trimesh face means no forces are applied to it, no |
2442 | * gravity enforced, that's @p triangle will have no mass untill it dragging | 2442 | * gravity enforced, that's @p triangle will have no mass until it dragging |
2443 | * gets unset. | 2443 | * gets unset. |
2444 | * | 2444 | * |
2445 | * @param body The body of interest. | 2445 | * @param body The body of interest. |