The Inbox: Morphic-ct.1526.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Morphic-ct.1526.mcz

commits-2
A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.1526.mcz

==================== Summary ====================

Name: Morphic-ct.1526
Author: ct
Time: 20 September 2019, 7:37:10.788726 pm
UUID: 6379bedc-da08-264e-9b34-1a90050645e7
Ancestors: Morphic-mt.1525

Move #rotationDegrees: into Morphic-Kernel (step 2/2). Complements EToys-ct.361

=============== Diff against Morphic-mt.1525 ===============

Item was added:
+ ----- Method: Morph>>rotationDegrees: (in category 'rotate scale and flex') -----
+ rotationDegrees: aFloat
+ self isFlexed ifFalse: [self addFlexShell].
+ owner rotationDegrees: (aFloat - self forwardDirection).!