29 lines
865 B
HTML
29 lines
865 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>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |