Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder7.news.weretis.net!news.unit0.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Richard Ashbery Newsgroups: comp.sys.acorn.programmer Subject: Re: Rotating a Colour-Filled Square Date: Sun, 17 Nov 2019 14:19:26 +0000 (GMT) Organization: None Lines: 22 Message-ID: <58145f5f3dbasura@invalid.addr.uk> References: <5811cae024basura@invalid.addr.uk> <58124834ffbasura@invalid.addr.uk> <58125f40fdbasura@invalid.addr.uk> <5812df5497basura@invalid.addr.uk> <5813d0c48ebasura@invalid.addr.uk> <58145cb23cbasura@invalid.addr.uk> X-Trace: individual.net CnxMcwt5tkZVO//GguJ+iw8H+vsSvYmy5vU0DM089qPDgbWdLp X-Orig-Path: uwclub.net!richard.ashbery Cancel-Lock: sha1:Mt+vSOD7ZFDESxiR8/0j7ofDfFg= User-Agent: Pluto/3.16 (RISC OS/5.25) NewsHound/v1.52-32 Xref: csiph.com comp.sys.acorn.programmer:5888 In article <58145cb23cbasura@invalid.addr.uk>, Richard Ashbery wrote: > In article , Steve > Fryatt wrote: > > What do you mean by "a lot of time"? Is that programmer time in > > working out the calls to use, or actual program execution time? > > The latter possibly, but if the former, then why not > > PROCrectange(x%, y%, w%, h%, a)? > The former - for simple soles like me ;-) Or did I mean souls - It'll give you a laugh!!! > 4 lines of code should do it... > FOR rotate = 0 TO PI STEP PI/4 GCOL RND(10) RECTANGLE FILL > 0,0,600,400,rotate NEXT rotate > OK it can't be done but could it be implemented in some form? Only > by substituting ELLIPSE for RECTANGLE will it work.