<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Christoph.<div><br></div><div>> <span style="font-family: Calibri, Helvetica, sans-serif;font-size: 16px">Note that "aRectangle pointAtFraction: 0.5" would work as well, thanks to the polymorphy in Point >> #*.</span></div><div><span style="font-family: Calibri, Helvetica, sans-serif;font-size: 16px"><br></span></div><div><span style="font-family: Calibri, Helvetica, sans-serif;font-size: 16px">You might want to add those special cases to the tests. I added some tests about #pointAtFraction: to RectangleTest.</span></div><div><span style="font-family: Calibri, Helvetica, sans-serif;font-size: 16px"><br></span></div><div><span style="font-family: Calibri, Helvetica, sans-serif;font-size: 16px">Best,</span></div><div><span style="font-family: Calibri, Helvetica, sans-serif;font-size: 16px">Marcel</span></div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 13.04.2021 19:50:03 schrieb Thiede, Christoph <christoph.thiede@student.hpi.uni-potsdam.de>:</p><div style='font-family:Arial,Helvetica,sans-serif'>


<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt;color: #000000;font-family: Calibri,Helvetica,sans-serif">
<p>Thanks for merging! :-)</p>
<p><br>
</p>
<p>> <span style="font-size: 12pt">+        "For values between 0.0 and 1.0, answers a point that lies within the receiver's bounds. This method is a more general form of #center (meaning 0.5@0.5), #topLeft (meaning 0.0@0.0), #bottomCenter (meaning 0.5@1.0),
 etc. If can be useful for layout policies that want to position or resize their submorphs by fraction."</span></p>
<div><br>
</div>
<p></p>
<p><span style="font-size: 12pt">Note that "aRectangle pointAtFraction: 0.5" would work as well, thanks to the polymorphy in Point >> #*.</span></p>
<p><span style="font-size: 12pt"><br>
</span></p>
<p><span style="font-size: 12pt">Best,</span></p>
<p><span style="font-size: 12pt">Christoph</span></p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt;color: rgb(0,0,0);font-family: Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div name="x_divtagdefaultwrapper" style="font-family: Calibri,Arial,Helvetica,sans-serif;font-size: ;margin: 0">
<div><span style="font-size: 10pt;color: #808080"></span></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><span style="font-family: Calibri, sans-serif;color: #000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Dienstag, 13. April 2021 14:36:15<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Morphic-mt.1744.mcz</span>
<div> </div>
</div>
</div>
<span style="font-size: 10pt"><span style="font-size: 10pt">
<div class="PlainText">Marcel Taeumel uploaded a new version of Morphic to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Morphic-mt.1744.mcz">http://source.squeak.org/trunk/Morphic-mt.1744.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Morphic-mt.1744<br>
Author: mt<br>
Time: 13 April 2021, 2:36:03.188381 pm<br>
UUID: 4f11bc72-a3e8-f641-bccd-13f087ce6464<br>
Ancestors: Morphic-nice.1743, Morphic-ct.1528<br>
<br>
Merges Morphic-ct.1528 with extended commentary.<br>
<br>
=============== Diff against Morphic-nice.1743 ===============<br>
<br>
Item was added:<br>
+ ----- Method: Morph>>pointAtFraction: (in category 'geometry') -----<br>
+ pointAtFraction: relativePoint<br>
+        "For values between 0.0 and 1.0, answers a point that lies within the receiver's bounds. This method is a more general form of #center (meaning 0.5@0.5), #topLeft (meaning 0.0@0.0), #bottomCenter (meaning 0.5@1.0), etc. If can be useful for layout
 policies that want to position or resize their submorphs by fraction."<br>
+ <br>
+        ^ self bounds pointAtFraction: relativePoint!<br>
<br>
<br>
</div>
</span></span>
</div></blockquote>
                                        </div></body>