Skip to content

Commit

Permalink
deploy: 073f23f
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Aug 31, 2024
1 parent 6865db4 commit bdcd667
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pxl/Pos.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ <h1><span class="kind-typedef">Pos</span> typedef
<section class="multi-line-signature">


<span class="name ">Pos</span> = Pos</span>
<span class="name ">Pos</span> = <a href="https://pub.dev/documentation/lodim/0.1.4/lodim/Pos-class.html">Pos</a></span>


</section>


<section class="desc markdown">
<p>An immutable 2D fixed-point vector.</p>
<p>This type is a re-export of <code>lodim.Pos</code>.</p>
<p>This type is a re-export of <a href="https://pub.dev/documentation/lodim/0.1.4/lodim/Pos-class.html">lodim.Pos</a>.</p>
<p>See <a href="https://pub.dev/packages/lodim">pub.dev/packages/lodim</a> for more details.</p>
</section>

Expand Down
4 changes: 2 additions & 2 deletions pxl/Rect.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ <h1><span class="kind-typedef">Rect</span> typedef
<section class="multi-line-signature">


<span class="name ">Rect</span> = Rect</span>
<span class="name ">Rect</span> = <a href="https://pub.dev/documentation/lodim/0.1.4/lodim/Rect-class.html">Rect</a></span>


</section>


<section class="desc markdown">
<p>An immutable 2D fixed-point rectangle.</p>
<p>This type is a re-export of <code>lodim.Rect</code>.</p>
<p>This type is a re-export of <a href="https://pub.dev/documentation/lodim/0.1.4/lodim/Rect-class.html">lodim.Rect</a>.</p>
<p>See <a href="https://pub.dev/packages/lodim">pub.dev/packages/lodim</a> for more details.</p>
</section>

Expand Down
4 changes: 2 additions & 2 deletions pxl/pxl-library.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ <h2>Typedefs</h2>

<dt id="Pos" class="">
<span class="name"><a href="../pxl/Pos.html">Pos</a></span>
= Pos
= <a href="https://pub.dev/documentation/lodim/0.1.4/lodim/Pos-class.html">Pos</a>
</span>

<span class="category buffers cp-0 linked" title="This is part of the Buffers topic."><a href="../topics/Buffers-topic.html">Buffers</a></span>
Expand All @@ -645,7 +645,7 @@ <h2>Typedefs</h2>

<dt id="Rect" class="">
<span class="name"><a href="../pxl/Rect.html">Rect</a></span>
= Rect
= <a href="https://pub.dev/documentation/lodim/0.1.4/lodim/Rect-class.html">Rect</a>
</span>

<span class="category buffers cp-0 linked" title="This is part of the Buffers topic."><a href="../topics/Buffers-topic.html">Buffers</a></span>
Expand Down
4 changes: 2 additions & 2 deletions topics/Buffers-topic.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h2>Typedefs</h2>

<dt id="Pos" class="">
<span class="name"><a href="../pxl/Pos.html">Pos</a></span>
= Pos
= <a href="https://pub.dev/documentation/lodim/0.1.4/lodim/Pos-class.html">Pos</a>
</span>

<span class="category buffers cp-0 linked" title="This is part of the Buffers topic."><a href="../topics/Buffers-topic.html">Buffers</a></span>
Expand All @@ -189,7 +189,7 @@ <h2>Typedefs</h2>

<dt id="Rect" class="">
<span class="name"><a href="../pxl/Rect.html">Rect</a></span>
= Rect
= <a href="https://pub.dev/documentation/lodim/0.1.4/lodim/Rect-class.html">Rect</a>
</span>

<span class="category buffers cp-0 linked" title="This is part of the Buffers topic."><a href="../topics/Buffers-topic.html">Buffers</a></span>
Expand Down

0 comments on commit bdcd667

Please sign in to comment.