I have a couple of suggestions that I believe will improve the documentation a bit:
in irr::video::IVideoDriver for function
Code: Select all
virtual void irr::video::IVideoDriver::draw2DImage ( const video::ITexture * texture,
const core::rect< s32 > & destRect,
const core::rect< s32 > & sourceRect,
const core::rect< s32 > * clipRect = 0,
video::SColor * colors = 0,
bool useAlphaChannelOfTexture = false
) [pure virtual]
In irr::core::rect<T> for functions -, +, -=, and +=
Something to the effect of "Moves the rectangle the amount specified in pos" would be nice; these operations could just as easily call addInternalPoint, so I had to look at the source to make sure it didn't.
If these are deemed helpful, I can submit a patch if you'd like
Thanks,
-wyrmmage