~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to src/DrGeoII-Core/DrGCircleItem.extension.st

  • Committer: Hilaire Fernandes
  • Date: 2017-11-15 13:17:03 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20171115131703-pz09obavthi53ebt
DrGeo code under Tonel file format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Extension { #name : #DrGCircleItem }
 
2
 
 
3
{ #category : #'*DrGeoII-Core-testing' }
 
4
DrGCircleItem >> isCircleItem [
 
5
        ^true
 
6
 
 
7
]
 
8
 
 
9
{ #category : #'*DrGeoII-Core-testing' }
 
10
DrGCircleItem >> isCurveItem [
 
11
        ^true
 
12
 
 
13
]
 
14
 
 
15
{ #category : #'*DrGeoII-Core-testing' }
 
16
DrGCircleItem >> isGeometricItem [
 
17
        ^true
 
18
 
 
19
]