Files
RCBASIC4/doc/doc_files/getsliderestitutionortholin.html
2024-10-27 11:52:28 -04:00

26 lines
1.3 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>getSlideRestitutionOrthoLin [RCBasic Doc] </title>
</head>
<body>
<p><h2>function getSlideRestitutionOrthoLin( constraint_id) </h2></p>
<p>
Returns the restitution value for orthogonal linear motion. This value determines how much energy is conserved (or how "bouncy" the interaction is) when linear motion occurs in a direction orthogonal (perpendicular) to the primary sliding axis of the constraint.
</p>
<p>
Orthogonal Linear Motion: In the context of a slider constraint, orthogonal linear motion refers to translational movement along axes that are perpendicular to the main sliding axis of the constraint.
</p>
<p>
Restitution: Restitution is a measure of how much energy is retained or conserved during a collision or interaction. A restitution value of 0.0 indicates no bounce (perfectly inelastic), while 1.0 indicates maximum bounce (perfectly elastic). For orthogonal linear motion, this value describes how much the actors bounce or retain energy when they hit limits or experience movement perpendicular to the sliders main axis.
</p>
<br><p>Related:
<a href="setsliderestitutionortholin.html">SetSlideRestitutionOrthoLin</a>
</p>
<p>
</body>
</html>