Files
RCBASIC4/doc/files/setsliderestitutiondirang.html
2024-12-14 15:28:03 -05:00

23 lines
820 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>setSlideRestitutionDirAng [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub setSlideRestitutionDirAng( constraint_id, n) </h2></p>
<p>
Sets the restitution value for angular motion. The restitution coefficient is a measure of how much energy is conserved in a collision or constraint interaction, specifically for angular movements.
</p>
<p>
When actors collide or interact, their angular momentum and position can change, and the restitution value governs how much of that energy is retained after the interaction.
</p>
<br><p>Related:
<a href="getsliderestitutiondirang.html">GetSlideRestitutionDirAng</a>
</p>
<p>
</body>
</html>