<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<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><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><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</font>
<div> </div>
</div>
</div>
<font size="2"><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></font>
</body>
</html>