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

28 lines
858 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>getConeTwistAngle [RCBasic Doc] </title>
</head>
<body>
<p><h2>function getConeTwistAngle( constraint_id) </h2></p>
<p>
Returns the current twist angle between the two actors connected by the constraint
</p>
<ul>
<li>
The twist angle is the current rotational angle between the two actors around the primary twist axis.
</li>
<li>
It represents how much the actors have rotated relative to each other around the axis, which is the same axis that the twist limit is applied to.
</li>
<li>
The twist angle can be compared to the twist limit to determine if the constraint is approaching or exceeding the allowed range of rotation.
</li>
</ul>
<p>
</body>
</html>