|
From: Martin D. <ak...@cs...> - 2000-04-12 10:00:39
|
Short little question.
When defining functions that take a rectangular area as parameters will we
go with:
coordyStuff(int x, int y, int x2, int y2)
or
coordyStuff(int x, int y, int w, int h)
OR
do we go with something like
coordyStuffd(int x, int y, int w, int h)
coordyStuffl(int x, int y, int x2, int y2)
where l stands for locations and d stands for dimensions
Long live the confused,
Akawaka.
--
Bother! said Pooh and lit another joint.
|