Path: utzoo!utgpu!water!watmath!clyde!att-cb!att-ih!pacbell!ames!necntc!linus!philabs!micomvax!ray From: ray@micomvax.UUCP (Ray Dunn) Newsgroups: comp.lang.c Subject: Re: asymmetric layout Message-ID: <962@micomvax.UUCP> Date: 30 Mar 88 00:04:14 GMT References: <1136@PT.CS.CMU.EDU> Reply-To: ray@micomvax.UUCP (Ray Dunn) Organization: Philips Electronics Ltd. (TDS - Montreal) St. Laurent P.Q., Canada Lines: 26 Posted: Tue Mar 29 19:04:14 1988 In article <1136@PT.CS.CMU.EDU> edw@IUS1.CS.CMU.EDU (Eddie Wyatt) writes: >... > point[XX] = xp; > point[ZZ] = zp; > > /* z - axis */ > xp = point[XX]*cosyaw - point[YY]*sinyaw; > yp = point[XX]*sinyaw + point[YY]*cosyaw; > > point[XX] = xp; > point[YY] = yp; > >Easier to read no? No! To my eyes the divorcing of the lh & rh make it *much* harder to read. But for g*d's sake - why did you start another style war? Who cares what *you* find easier to read? Who cares what *I* find easier to read? Who cares what *(s)he* finds easier to read? Never the twain shall meet - guaranteed, and it doesn't matter! PLEASE DON'T POST YOUR OWN PERSONAL PREFERENCE OF THAT HUGE CODE SEGMENT! Ray Dunn. ..{philabs, mnetor, musocs}!micomvax!ray