File ROSET.FT (FORTRAN source file)

Directory of image this file is from
This file as a plain text file

	SUBROUTINE ROSET(IX,IY,N,IR)
C ZEICHNET EINE ROSETTE
C FORTRAN II
C SR : FDIS.FT
	R=FLOAT(IR)
	FK=6.2831853/FLOAT(N)
	DO 1000 I=1,N
	AR1=FK*FLOAT(I-1)
	IX1=IX+IFIX(R*COS(AR1))
	IY1=IY+IFIX(R*SIN(AR1))
	DO 1000 J=1,N
	AR2=FK*FLOAT(J-1)
	IX2=IX+IFIX(R*COS(AR2))
	IY2=IY+IFIX(R*SIN(AR2))
	CALL FDIS(0,IX1,IY1)
	CALL FDIS(1,IX2,IY2)
1000	CONTINUE
	RETURN
	END



Feel free to contact me, David Gesswein djg@pdp8online.com with any questions, comments on the web site, or if you have related equipment, documentation, software etc. you are willing to part with.  I am interested in anything PDP-8 related, computers, peripherals used with them, DEC or third party, or documentation. 

PDP-8 Home Page   PDP-8 Site Map   PDP-8 Site Search