arthur&l?on Posted September 19, 2005 Share Posted September 19, 2005 I don't know if I'm in the right place, anyway : (...) VAR P1,P2 : POINT; (...) RECT(P1.x,P1.y,P2.x,P2.y); (...) Is a little heavy to manage. What about, whenever points are to be written, to be allowed to do this : RECT(P1,P2); ? With the ability left to extract x or y components with the dot notation ? Thank you Francesco Quote Link to comment
Question
arthur&l?on
I don't know if I'm in the right place, anyway :
(...)
VAR
P1,P2 : POINT;
(...)
RECT(P1.x,P1.y,P2.x,P2.y);
(...)
Is a little heavy to manage.
What about, whenever points are to be written, to be allowed to do this : RECT(P1,P2); ?
With the ability left to extract x or y components
with the dot notation ?
Thank you
Francesco
Link to comment
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.