MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-06-14 15:55:09 +00:00
parent b5bda54741
commit 62854c18be
33 changed files with 1315 additions and 392 deletions

View File

@@ -1960,6 +1960,12 @@ The method <a href="##(POSITIONABLE).GetVelocity">POSITIONABLE.GetVelocity</a>()
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POSITIONABLE).GetRandomVec3">POSITIONABLE:GetRandomVec3(Radius)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns a random <a href="DCS.html##(Vec3)">DCS#Vec3</a> vector within a range, indicating the point in 3D of the POSITIONABLE within the mission.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POSITIONABLE).GetRelativeCoordinate">POSITIONABLE:GetRelativeCoordinate(x, y, z)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns a COORDINATE object, which is transformed to be relative to the POSITIONABLE.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5472,6 +5478,79 @@ Coordinates are dependent on the position of the maps origin.</p>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(POSITIONABLE).GetRelativeCoordinate" ><strong>POSITIONABLE:GetRelativeCoordinate(x, y, z)</strong></a></h2>
</div>
<p>Returns a COORDINATE object, which is transformed to be relative to the POSITIONABLE.</p>
<p>Inverse of <a href="##(POSITIONABLE).GetOffsetCoordinate">POSITIONABLE.GetOffsetCoordinate</a>.</p>
<div id= "#Functions##GetRelativeCoordinate" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>POSITIONABLE</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>x</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Offset along the world x-axis in meters. Default 0 m.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>y</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Offset along the world y-axis in meters. Default 0 m.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>z</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Offset along the world z-axis in meters. Default 0 m.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>:</p>
</div>
<div class="w3-half">
<p>The relative COORDINATE with respect to the orientation of the POSITIONABLE.</p>
</div>
</div>
</div>
</div>
</div>