Updated docs
This commit is contained in:
24
doc/files/getactorrotationq.html
Normal file
24
doc/files/getactorrotationq.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!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 GetActorRotation()
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="getactorrotation.html">GetActorRotation</a>
|
||||
<a href="setactorrotation.html">SetActorRotation</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user