Skip to content

Commit

Permalink
Clarification. Newer html build
Browse files Browse the repository at this point in the history
  • Loading branch information
hilaire committed Jan 31, 2024
1 parent a2e6270 commit 4801ff6
Show file tree
Hide file tree
Showing 312 changed files with 334 additions and 332 deletions.
2 changes: 1 addition & 1 deletion docs/A-Clock-Morph.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/A-brief-introduction-to-Inspectors.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/A-brief-introduction-to-the-system-Browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
16 changes: 8 additions & 8 deletions docs/Back-to-Spacewar_0021-Morphs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down Expand Up @@ -199,13 +199,13 @@ <h4 class="subsection">7.3.2 Space ship</h4>
<p>But how does this heading affect the rotation of the morph?
</p>
<p>Underneath, the <code class="code">MobileMorph</code> is equipped with an affine
transformation to scale, rotate and translate the coordinates passed
as arguments to the drawing messages received by the canvas.
Therefore, our <code class="code">heading</code> methods are defined to match this
internal representation and we use the <code class="code">rotation:</code> method from
the <code class="code">PacedMorph</code> class to rotate appropriately. The
<code class="code">location</code> attribute represents an affine transformation, and we
get its rotation angle with the <code class="code">#radians</code> message.
transformation to scale, rotate and translate the coordinates passed as
arguments to the drawing messages received by the canvas. Therefore, our
<code class="code">heading</code> methods are defined to match this internal
representation and we use the <code class="code">rotation:</code> method from the
<code class="code">PlacedMorph</code> class to rotate appropriately. The
<code class="code">location</code> attribute represents an affine transformation, and
we get its rotation angle with the <code class="code">#radians</code> message.
</p>
<a class="index-entry-id" id="index-morph-23"></a>
<a class="index-entry-id" id="index-morph-24"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/Beginnings.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Block-syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Building-your-specialized-Morph.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Class-_002d-Model-of-Communicating-Entities.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Code-Management-_0028Solutions_0029.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Code-Management.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Collections-detailed.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Communicating-entities.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Control-Flow-Messaging-_0028Solutions_0029.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Control-Flow-Messaging.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Control-flow-with-block-and-message.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Cuis-system-classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Daily-Workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Debug-and-Exception-Handling.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Documents-Copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/E_002dexeRectMorph.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/E_002dimg1.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Ellipse-Morph.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Events-_0028Solutions_0029.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Events.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Explore-OOP-from-the-Browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/FloatPrecision.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/FractionPrecision.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Fun-with-collections.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Fun-with-variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Going-Vector.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Golden-Rules-of-the-Smalltalk-Guild.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Halt_0021.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Historical-Context.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Indexes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Inspecting-the-Unexpected.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Installing-a-Package.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Installing-and-configuring-Cuis_002dSmalltalk.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Kernel_002dNumbers.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Kernel_002dText.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Message-send-definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
2 changes: 1 addition & 1 deletion docs/Message-to-string-entities.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Compilation : January 27, 2024
Compilation : January 31, 2024
Documentation source: https://github.com/Cuis-Smalltalk/TheCuisBook
Expand Down
Loading

0 comments on commit 4801ff6

Please sign in to comment.