27 lines
867 B
HTML
27 lines
867 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>ApplyActorTorqueImpulseLocal [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub ApplyActorTorqueImpulseLocal( actor, x, y, z) </h2></p>
|
|
<p>
|
|
Applies an impulse that directly affects the angular velocity of an actor, causing it to rotate. This is similar to applying an impulse, but instead of changing the linear velocity (which applyActorCentralImpulse does), it alters the body's rotational motion (angular velocity) instantaneously.
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
x, y, z - Direction of rotation
|
|
</li>
|
|
</ul>
|
|
<br><p>Related:
|
|
<a href="applyactortorque.html">ApplyActorTorque</a>
|
|
<a href="applyactortorqueimpulseworld.html">ApplyActorTorqueImpulseWorld</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |