Updated docs

This commit is contained in:
n00b
2024-12-14 15:28:03 -05:00
parent f392bdebfc
commit 6b8f078291
1064 changed files with 25228 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>setSlideUpperAngLimit [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub setSlideUpperAngLimit( constraint_id, n) </h2></p>
<p>
Sets the upper limit of the angular movement allowed for the constraint. This function is crucial for determining how much rotational freedom is allowed around the axis of rotation defined by the slider constraint.
</p>
<p>
The upper angular limit specifies the maximum allowed rotation around the rotational axis for the slider constraint. If the relative rotation between the two actors exceeds this angle, corrective forces are applied to maintain the constraint and prevent further rotation.
</p>
<p>
</body>
</html>