~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to src/DrGeoII-Core/DrGPointItem.class.st

  • Committer: Hilaire Fernandes
  • Date: 2018-07-01 19:02:30 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20180701190230-9u0bot1kk56a4a8z
Respond to #x and #y messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
 
79
79
]
 
80
 
 
81
{ #category : #accessing }
 
82
DrGPointItem >> x [
 
83
        ^ point x 
 
84
]
 
85
 
 
86
{ #category : #accessing }
 
87
DrGPointItem >> y [
 
88
        ^ point y
 
89
]