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

27 lines
829 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>ApplyActorCentralForceWorld [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub ApplyActorCentralForceWorld( actor, x, y, z) </h2></p>
<p>
Applies a force to the center of mass of an actor in world coordinate space. This force impacts the linear velocity of the object without affecting its rotation.
</p>
<ul>
<li>
x,y,z - direction of the force
</li>
</ul>
<br><p>Related:
<a href="applyactorcentralforcelocal.html">ApplyActorCentralForceLocal</a>
<a href="applyactorcentralimpulselocal.html">ApplyActorCentralImpulseLocal</a>
<a href="applyactorcentralimpulseworld.html">ApplyActorCentralImpulseWorld</a>
</p>
<p>
</body>
</html>