mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2027,13 +2027,13 @@ The method <a href="##(POSITIONABLE).GetVelocity">POSITIONABLE.GetVelocity</a>()
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POSITIONABLE).GetPointVec2">POSITIONABLE:GetPointVec2()</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Returns a POINT_VEC2 object indicating the point in 2D of the POSITIONABLE within the mission.</p>
|
||||
<p>Returns a COORDINATE object indicating the point in 2D 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).GetPointVec3">POSITIONABLE:GetPointVec3()</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Returns a POINT_VEC3 object indicating the point in 3D of the POSITIONABLE within the mission.</p>
|
||||
<p>Returns a COORDINATE object indicating the point in 3D of the POSITIONABLE within the mission.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -4010,7 +4010,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a>
|
||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
||||
<a id="#(POSITIONABLE).pointvec3" ><strong>POSITIONABLE.pointvec3</strong></a>
|
||||
|
||||
<p>Point Vec3 object.</p>
|
||||
@@ -5529,7 +5529,7 @@ preferred as it will return a fresh new COORDINATE and thus avoid potentially un
|
||||
<h2><a id="#(POSITIONABLE).GetPointVec2" ><strong>POSITIONABLE:GetPointVec2()</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Returns a POINT_VEC2 object indicating the point in 2D of the POSITIONABLE within the mission.</p>
|
||||
<p>Returns a COORDINATE object indicating the point in 2D of the POSITIONABLE within the mission.</p>
|
||||
|
||||
<div id= "#Functions##GetPointVec2" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -5540,11 +5540,11 @@ preferred as it will return a fresh new COORDINATE and thus avoid potentially un
|
||||
<h2><strong>Return values:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
<p><a href="Core.Point.html##(POINT_VEC2)">Core.Point#POINT_VEC2</a>:</p>
|
||||
<p><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The 2D point vector of the POSITIONABLE.</p>
|
||||
<p>The 3D point vector of the POSITIONABLE.</p>
|
||||
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
@@ -5567,7 +5567,7 @@ preferred as it will return a fresh new COORDINATE and thus avoid potentially un
|
||||
<h2><a id="#(POSITIONABLE).GetPointVec3" ><strong>POSITIONABLE:GetPointVec3()</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Returns a POINT_VEC3 object indicating the point in 3D of the POSITIONABLE within the mission.</p>
|
||||
<p>Returns a COORDINATE object indicating the point in 3D of the POSITIONABLE within the mission.</p>
|
||||
|
||||
<div id= "#Functions##GetPointVec3" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -5578,7 +5578,7 @@ preferred as it will return a fresh new COORDINATE and thus avoid potentially un
|
||||
<h2><strong>Return values:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
<p><a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a>:</p>
|
||||
<p><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
@@ -8055,7 +8055,7 @@ Coordinates are dependent on the position of the maps origin.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a>
|
||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
||||
<a id="#(POSITIONABLE).pointvec3" ><strong>POSITIONABLE.pointvec3</strong></a>
|
||||
|
||||
<p>Point Vec3 object.</p>
|
||||
@@ -8652,7 +8652,7 @@ If the Identifiable is alive, true is returned. </p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a>
|
||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
||||
<a id="#(POSITIONABLE).pointvec3" ><strong>POSITIONABLE.pointvec3</strong></a>
|
||||
|
||||
<p>Point Vec3 object.</p>
|
||||
@@ -8850,7 +8850,7 @@ If the Identifiable is alive, true is returned. </p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a>
|
||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
||||
<a id="#(POSITIONABLE).pointvec3" ><strong>POSITIONABLE.pointvec3</strong></a>
|
||||
|
||||
<p>Point Vec3 object.</p>
|
||||
|
||||
Reference in New Issue
Block a user