20 lines
546 B
HTML
20 lines
546 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>setJointOrigin [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub setJointOrigin( joint_id, x, y) </h2></p>
|
|
<p>
|
|
Shift the world origin. This is particularly useful in large simulations where objects might move far from the initial origin, potentially causing precision issues in floating-point calculations.
|
|
</p>
|
|
<p>
|
|
Used with Pulley Joint
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |