20 lines
793 B
HTML
20 lines
793 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>ComputeActorGyroImpulseLocal [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub ComputeActorGyroImpulseLocal( actor, dt, ByRef x, ByRef y, ByRef z) </h2></p>
|
|
<p>
|
|
Computes the gyroscopic impulse for an actor in an implicit manner, based on the actor's current angular velocity and inertia. This function is used to simulate the gyroscopic effect—also known as gyroscopic precession—which occurs when a rotating object experiences a torque that causes its axis of rotation to change.
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="computeactorgyroimpulseworld.html">ComputeActorGyroImpulseWorld</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |