~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to src/DrGeoII-Core/DrGPointIntersectionItem.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 : #DrGPointIntersectionItem }
 
2
 
 
3
{ #category : #'*DrGeoII-Core-testing' }
 
4
DrGPointIntersectionItem >> isConstrainedPointItem [
 
5
        ^true
 
6
]
 
7
 
 
8
{ #category : #'*DrGeoII-Core-testing' }
 
9
DrGPointIntersectionItem >> isIntersectionPointItem [
 
10
        ^true
 
11
]