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:
@@ -1943,13 +1943,13 @@ Derived classes implement the ways how the achievements can be realized.</p>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_GOAL).GetRandomPointVec2">ZONE_GOAL:GetRandomPointVec2(inner, outer)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Returns a <a href="Core.Point.html##(POINT_VEC2)">Core.Point#POINT_VEC2</a> object reflecting a random 2D location within the zone.</p>
|
||||
<p>Returns a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting a random 2D location within the zone.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_GOAL).GetRandomPointVec3">ZONE_GOAL:GetRandomPointVec3(inner, outer)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Returns a <a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a> object reflecting a random 3D location within the zone.</p>
|
||||
<p>Returns a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting a random 3D location within the zone.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -3291,7 +3291,7 @@ Derived classes implement the ways how the achievements can be realized.</p>
|
||||
<h2><a id="#(ZONE_GOAL).GetRandomPointVec2" ><strong>ZONE_GOAL:GetRandomPointVec2(inner, outer)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Returns a <a href="Core.Point.html##(POINT_VEC2)">Core.Point#POINT_VEC2</a> object reflecting a random 2D location within the zone.</p>
|
||||
<p>Returns a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting a random 2D location within the zone.</p>
|
||||
|
||||
|
||||
<p>Note that this is actually a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> type object, and not a simple Vec2 table.</p>
|
||||
@@ -3332,11 +3332,11 @@ Derived classes implement the ways how the achievements can be realized.</p>
|
||||
<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##(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 <a href="Core.Point.html##(POINT_VEC2)">Core.Point#POINT_VEC2</a> object reflecting the random 3D location within the zone.</p>
|
||||
<p>The <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting the random 3D location within the zone.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3351,7 +3351,7 @@ Derived classes implement the ways how the achievements can be realized.</p>
|
||||
<h2><a id="#(ZONE_GOAL).GetRandomPointVec3" ><strong>ZONE_GOAL:GetRandomPointVec3(inner, outer)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Returns a <a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a> object reflecting a random 3D location within the zone.</p>
|
||||
<p>Returns a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting a random 3D location within the zone.</p>
|
||||
|
||||
|
||||
<p>Note that this is actually a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> type object, and not a simple Vec3 table.</p>
|
||||
@@ -3392,11 +3392,11 @@ Derived classes implement the ways how the achievements can be realized.</p>
|
||||
<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##(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">
|
||||
|
||||
<p>The <a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a> object reflecting the random 3D location within the zone.</p>
|
||||
<p>The <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting the random 3D location within the zone.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user