24 lines
660 B
HTML
24 lines
660 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetActorRotationQ [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub GetActorRotationQ( actor, ByRef x, ByRef y, ByRef z, ByRef w) </h2></p>
|
|
<p>
|
|
Gets the actors rotation as a quaternion.
|
|
</p>
|
|
<p>
|
|
Note: This is useful for calculations that require quaternion but most developers should just use GetActorTransform()
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="getactorrotation.html">GetActorRotation</a>
|
|
<a href="setactorrotation.html">SetActorRotation</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |