home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
MCommand
/
Source
/
plotTrajectory.psw
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-04-01
|
340 b
|
18 lines
defineps plotTrajectory(float sx,sy,dx,dy)
%
%
% Copyright 1992, Stefanos Kiakas. All rights reserved.
%
% You may not delete this notice.
%
%
1.0 3.0 div setgray % set gray value
newpath
% draw line segment
sx sy moveto
dx dy lineto
stroke
flushgraphics
endps