Skip to content

Commit 30c5338

Browse files
committed
deploy: 72388fa
1 parent 5a36eb2 commit 30c5338

File tree

3,999 files changed

+41234
-41232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,999 files changed

+41234
-41232
lines changed

Summary/controlling-script-bindings.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,11 @@ <h2 id="reserved-functions"><a class="header" href="#reserved-functions">Reserve
293293
<tr><td>eq</td><td>an equality function, used for checking if two values are equal</td><td></td><td></td></tr>
294294
<tr><td>lt</td><td>a less than function, used for checking if a value is less than another</td><td></td><td></td></tr>
295295
<tr><td>iter</td><td>an iterator function, used for iterating over a value</td><td></td><td></td></tr>
296-
<tr><td>display</td><td>a display function, used for displaying a reference to a value</td><td></td><td></td></tr>
297-
<tr><td>debug</td><td>a display function, used for displaying a mutable reference to a value</td><td></td><td></td></tr>
296+
<tr><td>display</td><td>a display function, used for pretty printing values</td><td>*</td><td></td></tr>
297+
<tr><td>debug</td><td>a display function, used for displaying the internals of a value</td><td>*</td><td></td></tr>
298298
</tbody></table>
299299
</div>
300+
<p>* - You can register an instance of <code>ReflectDisplayWithTypeInfo</code> type data on <code>Reflect</code> implementing types to override their printing behavior</p>
300301
<p>In this context <code>overridable</code> indicates whether language implementations will look for a specific function on your type before looking at the generic <code>ReflectReference</code> namespace. You can still remove the existing registration for these functions on the <code>ReflectReference</code> namespace if you want to replace them with your own implementation.</p>
301302
<p>Note the <code>ReflectReference</code> namespace is special, in that functions defined on it, act like a fallback and hence apply to ALL references.</p>
302303
<h2 id="globals"><a class="header" href="#globals">Globals</a></h2>

core_bindings/globals.html

Lines changed: 145 additions & 145 deletions
Large diffs are not rendered by default.

core_bindings/types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ <h2 id="available-types"><a class="header" href="#available-types">Available Typ
653653
<tr><td><a href="././types/optionu16.html"><code>Option&lt;u16&gt;</code></a></td><td>No Documentation 🚧</td></tr>
654654
<tr><td><a href="././types/optionu32.html"><code>Option&lt;u32&gt;</code></a></td><td>No Documentation 🚧</td></tr>
655655
<tr><td><a href="././types/optionusize.html"><code>Option&lt;usize&gt;</code></a></td><td>No Documentation 🚧</td></tr>
656-
<tr><td><a href="././types/smallvectypeid(0x38d91014cc2ff8fa2f177a4e75e7259e).html"><code>SmallVec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>
656+
<tr><td><a href="././types/smallvectypeid(0x140981714003959d26689fc70fee8b7a).html"><code>SmallVec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>
657657
<tr><td><a href="././types/smallvectypeid(0x1100952031e6e64f284e9a3b522b9e0d).html"><code>SmallVec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>
658658
<tr><td><a href="././types/smallvectypeid(0xc02b4f0291ef0aad60339b7367f351ef).html"><code>SmallVec&lt;Unknown&gt;</code></a></td><td>No Documentation 🚧</td></tr>
659659
<tr><td><a href="././types/hashsetentity.html"><code>HashSet&lt;Entity&gt;</code></a></td><td>No Documentation 🚧</td></tr>

core_bindings/types/aabb2d.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,22 +194,22 @@ <h2 id="description"><a class="header" href="#description">Description</a></h2>
194194
<h2 id="associated-functions"><a class="header" href="#associated-functions">Associated Functions</a></h2>
195195
<p>For function details and documentation, click on the function link.</p>
196196
<div class="table-wrapper"><table><thead><tr><th>Function</th><th>Summary</th></tr></thead><tbody>
197-
<tr><td><a href="./aabb2d/bounding_circle.html">bounding_circle</a></td><td>Computes the smallest [`BoundingCircle`] containing this [`Aabb2d`].</td></tr>
198197
<tr><td><a href="./aabb2d/clone.html">clone</a></td><td>No Documentation 🚧</td></tr>
199-
<tr><td><a href="./aabb2d/eq.html">eq</a></td><td>No Documentation 🚧</td></tr>
200198
<tr><td><a href="./aabb2d/closest_point.html">closest_point</a></td><td>Finds the point on the AABB that is closest to the given `point`. If the point is outside the AABB...</td></tr>
201199
<tr><td><a href="./aabb2d/new.html">new</a></td><td>Constructs an AABB from its center and half-size.</td></tr>
200+
<tr><td><a href="./aabb2d/eq.html">eq</a></td><td>No Documentation 🚧</td></tr>
201+
<tr><td><a href="./aabb2d/bounding_circle.html">bounding_circle</a></td><td>Computes the smallest [`BoundingCircle`] containing this [`Aabb2d`].</td></tr>
202202
</tbody></table>
203203
</div>
204204
</main>
205205

206206
<nav class="nav-wrapper" aria-label="Page navigation">
207207
<!-- Mobile navigation buttons -->
208-
<a rel="prev" href="../../core_bindings/types/aspectratio/clone.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
208+
<a rel="prev" href="../../core_bindings/types/aspectratio/inverse.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
209209
<i class="fa fa-angle-left"></i>
210210
</a>
211211

212-
<a rel="next prefetch" href="../../core_bindings/types/aabb2d/bounding_circle.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
212+
<a rel="next prefetch" href="../../core_bindings/types/aabb2d/clone.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
213213
<i class="fa fa-angle-right"></i>
214214
</a>
215215

@@ -219,11 +219,11 @@ <h2 id="associated-functions"><a class="header" href="#associated-functions">Ass
219219
</div>
220220

221221
<nav class="nav-wide-wrapper" aria-label="Page navigation">
222-
<a rel="prev" href="../../core_bindings/types/aspectratio/clone.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
222+
<a rel="prev" href="../../core_bindings/types/aspectratio/inverse.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
223223
<i class="fa fa-angle-left"></i>
224224
</a>
225225

226-
<a rel="next prefetch" href="../../core_bindings/types/aabb2d/bounding_circle.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
226+
<a rel="next prefetch" href="../../core_bindings/types/aabb2d/clone.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
227227
<i class="fa fa-angle-right"></i>
228228
</a>
229229
</nav>

core_bindings/types/aabb2d/bounding_circle.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
199199

200200
<nav class="nav-wrapper" aria-label="Page navigation">
201201
<!-- Mobile navigation buttons -->
202-
<a rel="prev" href="../../../core_bindings/types/aabb2d.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
202+
<a rel="prev" href="../../../core_bindings/types/aabb2d/eq.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
203203
<i class="fa fa-angle-left"></i>
204204
</a>
205205

206-
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/clone.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
206+
<a rel="next prefetch" href="../../../core_bindings/types/boundingcircle.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
207207
<i class="fa fa-angle-right"></i>
208208
</a>
209209

@@ -213,11 +213,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
213213
</div>
214214

215215
<nav class="nav-wide-wrapper" aria-label="Page navigation">
216-
<a rel="prev" href="../../../core_bindings/types/aabb2d.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
216+
<a rel="prev" href="../../../core_bindings/types/aabb2d/eq.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
217217
<i class="fa fa-angle-left"></i>
218218
</a>
219219

220-
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/clone.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
220+
<a rel="next prefetch" href="../../../core_bindings/types/boundingcircle.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
221221
<i class="fa fa-angle-right"></i>
222222
</a>
223223
</nav>

core_bindings/types/aabb2d/clone.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
199199

200200
<nav class="nav-wrapper" aria-label="Page navigation">
201201
<!-- Mobile navigation buttons -->
202-
<a rel="prev" href="../../../core_bindings/types/aabb2d/bounding_circle.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
202+
<a rel="prev" href="../../../core_bindings/types/aabb2d.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
203203
<i class="fa fa-angle-left"></i>
204204
</a>
205205

206-
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/eq.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
206+
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/closest_point.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
207207
<i class="fa fa-angle-right"></i>
208208
</a>
209209

@@ -213,11 +213,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
213213
</div>
214214

215215
<nav class="nav-wide-wrapper" aria-label="Page navigation">
216-
<a rel="prev" href="../../../core_bindings/types/aabb2d/bounding_circle.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
216+
<a rel="prev" href="../../../core_bindings/types/aabb2d.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
217217
<i class="fa fa-angle-left"></i>
218218
</a>
219219

220-
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/eq.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
220+
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/closest_point.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
221221
<i class="fa fa-angle-right"></i>
222222
</a>
223223
</nav>

core_bindings/types/aabb2d/closest_point.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
202202

203203
<nav class="nav-wrapper" aria-label="Page navigation">
204204
<!-- Mobile navigation buttons -->
205-
<a rel="prev" href="../../../core_bindings/types/aabb2d/eq.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
205+
<a rel="prev" href="../../../core_bindings/types/aabb2d/clone.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
206206
<i class="fa fa-angle-left"></i>
207207
</a>
208208

@@ -216,7 +216,7 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
216216
</div>
217217

218218
<nav class="nav-wide-wrapper" aria-label="Page navigation">
219-
<a rel="prev" href="../../../core_bindings/types/aabb2d/eq.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
219+
<a rel="prev" href="../../../core_bindings/types/aabb2d/clone.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
220220
<i class="fa fa-angle-left"></i>
221221
</a>
222222

core_bindings/types/aabb2d/eq.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
200200

201201
<nav class="nav-wrapper" aria-label="Page navigation">
202202
<!-- Mobile navigation buttons -->
203-
<a rel="prev" href="../../../core_bindings/types/aabb2d/clone.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
203+
<a rel="prev" href="../../../core_bindings/types/aabb2d/new.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
204204
<i class="fa fa-angle-left"></i>
205205
</a>
206206

207-
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/closest_point.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
207+
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/bounding_circle.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
208208
<i class="fa fa-angle-right"></i>
209209
</a>
210210

@@ -214,11 +214,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
214214
</div>
215215

216216
<nav class="nav-wide-wrapper" aria-label="Page navigation">
217-
<a rel="prev" href="../../../core_bindings/types/aabb2d/clone.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
217+
<a rel="prev" href="../../../core_bindings/types/aabb2d/new.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
218218
<i class="fa fa-angle-left"></i>
219219
</a>
220220

221-
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/closest_point.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
221+
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/bounding_circle.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
222222
<i class="fa fa-angle-right"></i>
223223
</a>
224224
</nav>

core_bindings/types/aabb2d/new.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
204204
<i class="fa fa-angle-left"></i>
205205
</a>
206206

207-
<a rel="next prefetch" href="../../../core_bindings/types/boundingcircle.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
207+
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/eq.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
208208
<i class="fa fa-angle-right"></i>
209209
</a>
210210

@@ -218,7 +218,7 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
218218
<i class="fa fa-angle-left"></i>
219219
</a>
220220

221-
<a rel="next prefetch" href="../../../core_bindings/types/boundingcircle.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
221+
<a rel="next prefetch" href="../../../core_bindings/types/aabb2d/eq.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
222222
<i class="fa fa-angle-right"></i>
223223
</a>
224224
</nav>

core_bindings/types/aabb3d.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,15 @@ <h2 id="associated-functions"><a class="header" href="#associated-functions">Ass
195195
<p>For function details and documentation, click on the function link.</p>
196196
<div class="table-wrapper"><table><thead><tr><th>Function</th><th>Summary</th></tr></thead><tbody>
197197
<tr><td><a href="./aabb3d/eq.html">eq</a></td><td>No Documentation 🚧</td></tr>
198-
<tr><td><a href="./aabb3d/clone.html">clone</a></td><td>No Documentation 🚧</td></tr>
199198
<tr><td><a href="./aabb3d/bounding_sphere.html">bounding_sphere</a></td><td>Computes the smallest [`BoundingSphere`] containing this [`Aabb3d`].</td></tr>
199+
<tr><td><a href="./aabb3d/clone.html">clone</a></td><td>No Documentation 🚧</td></tr>
200200
</tbody></table>
201201
</div>
202202
</main>
203203

204204
<nav class="nav-wrapper" aria-label="Page navigation">
205205
<!-- Mobile navigation buttons -->
206-
<a rel="prev" href="../../core_bindings/types/boundingcircle/aabb_2d.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
206+
<a rel="prev" href="../../core_bindings/types/boundingcircle/clone.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
207207
<i class="fa fa-angle-left"></i>
208208
</a>
209209

@@ -217,7 +217,7 @@ <h2 id="associated-functions"><a class="header" href="#associated-functions">Ass
217217
</div>
218218

219219
<nav class="nav-wide-wrapper" aria-label="Page navigation">
220-
<a rel="prev" href="../../core_bindings/types/boundingcircle/aabb_2d.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
220+
<a rel="prev" href="../../core_bindings/types/boundingcircle/clone.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
221221
<i class="fa fa-angle-left"></i>
222222
</a>
223223

0 commit comments

Comments
 (0)