asymmetric layout
Ray Dunn
ray at micomvax.UUCP
Wed Mar 30 10:04:14 AEST 1988
In article <1136 at PT.CS.CMU.EDU> edw at 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
More information about the Comp.lang.c
mailing list