core::rect<>

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

core::rect<>

Post by Guest »

its pain in a$$ to use the internal names of core::rect

UpperLeftCorner and LowerRightCorner

X1,Y1,X2,Y2 would do the job too and its much easier to use AND
its still clear what corners are meant with them.
I am using / have to use rect everywhere and it kills me every time
to type Upper... and Lower.....

This change is for me feature #1 for next version!
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

Couldn't you also do something like?

core::rect<s32> myRect = core::rect<s32>(X1,Y1,X2,Y2);
Crud, how do I do this again?
Miwa
Posts: 28
Joined: Wed Feb 18, 2004 10:48 pm

Post by Miwa »

Visual Assist makes that stuff not a problem... :P

(ok, I admit it, I'm a VA addict)
thesmileman
Posts: 360
Joined: Tue Feb 10, 2004 2:20 am
Location: Lubbock, TX

Post by thesmileman »

Meeeee tooo!
PadrinatoR
Posts: 50
Joined: Tue Mar 09, 2004 9:53 pm
Location: Spain

Post by PadrinatoR »

Visual Assist... amfmgmgggggg Image
There are only 10 types of people: those who understand binary and those who don't

--------------------------------------------

Image
Post Reply