~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to src/DrGeo-French/DrGWrappedFinitCurve.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 : #DrGWrappedFinitCurve }
 
2
 
 
3
{ #category : #'*DrGeo-French' }
 
4
DrGWrappedFinitCurve >> flecheDebut [
 
5
        ^ self backArrow
 
6
]
 
7
 
 
8
{ #category : #'*DrGeo-French' }
 
9
DrGWrappedFinitCurve >> flecheFin [
 
10
        ^ self forwardArrow
 
11
]
 
12
 
 
13
{ #category : #'*DrGeo-French' }
 
14
DrGWrappedFinitCurve >> fleches [
 
15
        costume style arrow: #makeBothArrows
 
16
]