[squeak-dev] The Trunk: EToys-cbc.335.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 14 02:48:12 UTC 2018


Chris Cunningham uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-cbc.335.mcz

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

Name: EToys-cbc.335
Author: cbc
Time: 13 June 2018, 7:47:45.655537 pm
UUID: a58ea19e-6509-b043-80d7-626ad8adab4e
Ancestors: EToys-cbc.334

re-categorized #referencePositionInWorld and #referencePositionInWorld: to be with related methods.

=============== Diff against EToys-cbc.334 ===============

Item was removed:
- ----- Method: Morph>>referencePositionInWorld (in category '*Etoys-geometry') -----
- referencePositionInWorld
- 
- 	^ self pointInWorld: self referencePosition
- !

Item was removed:
- ----- Method: Morph>>referencePositionInWorld: (in category '*Etoys-geometry') -----
- referencePositionInWorld: aPoint
- 	| localPosition |
- 	localPosition := owner
- 		ifNil: [aPoint]
- 		ifNotNil: [(owner transformFrom: self world) globalPointToLocal: aPoint].
- 
- 	self referencePosition: localPosition
- !



More information about the Squeak-dev mailing list