[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Dr. Geo] Simple script
From: |
Hliaire Fernandes |
Subject: |
Re: [Dr. Geo] Simple script |
Date: |
Sun, 22 Apr 2018 12:12:56 -0700 (MST) |
To make my point clearer, try the script bellow:
|canvas a b c|
canvas := DrGeoCanvas new axesOn fullScreen.
a := canvas float: 0 at: address@hidden from: -10.0 to: 10.0 name: 'a'
showValue:
true.
b := canvas float: 0 at: address@hidden from: -10.0 to: 10.0 name: 'b'
showValue:
true.
c := canvas integer: 0 at: address@hidden from: -10.0 to: 10.0 name: 'c'
showValue:
true.
canvas point: [ a value @ b value].
canvas point: [ b value @ c value].
--
Sent from: http://forum.drgeo.eu/Dr-Geo-users-f4023913.html