Updated docs
This commit is contained in:
28
doc/files/getconetwistangle.html
Normal file
28
doc/files/getconetwistangle.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user