You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><tdclass="paramname">std::out_of_range</td><td>if the row or column is out of bounds (negative or too large) </td></tr>
166
-
</table>
167
-
</dd>
168
-
</dl>
169
163
170
164
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00009">9</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
<dlclass="section return"><dt>Returns</dt><dd>column (x-coordinate) of the top left character </dd></dl>
190
184
191
-
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00021">21</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
185
+
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00015">15</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
<p>Render to the given <aclass="el" href="classScreen.html" title="Represents the abstract notion of a character-addressable writable screen.">Screen</a>. Draws over whatever is already there with no concept of transparency. </p>
212
206
<p>Because <aclass="el" href="classFish.html#a94fd83ec813dc3d6f9cdc65849d34d7a">Fish::col</a> and <aclass="el" href="classFish.html#aced89767f681fbbf113d5a10f7c3da8e">Fish::row</a> return unwrapped coordinates, <aclass="el" href="classFish.html#a9532a3f31e7b4085ec112b3fc25eb563" title="Render to the given Screen. Draws over whatever is already there with no concept of transparency.">Fish::draw</a> wraps them to the dimensions of the <aclass="el" href="classScreen.html" title="Represents the abstract notion of a character-addressable writable screen.">Screen</a>. </p>
213
207
214
-
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00044">44</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
208
+
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00038">38</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
<dlclass="section return"><dt>Returns</dt><dd>height of the grid of characters </dd></dl>
233
227
234
-
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00027">27</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
228
+
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00021">21</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
<dlclass="section return"><dt>Returns</dt><dd>row (y-coordinate) of the top left character </dd></dl>
253
247
254
-
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00023">23</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
248
+
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00017">17</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
<p>Update col using horizontal_speed. Update row using vertical_speed. </p>
274
268
275
-
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00029">29</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
269
+
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00023">23</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
<dlclass="section return"><dt>Returns</dt><dd>width of the grid of characters </dd></dl>
294
288
295
-
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00025">25</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
289
+
<pclass="definition">Definition at line <aclass="el" href="fish_8cpp_source.html#l00019">19</a> of file <aclass="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
0 commit comments