kc3-lang/ftgl/src/FTGL/FTBBox.h

Branch :


Log

Author Commit Date CI Message
cab1fafd 2009-07-19 13:05:50 Update my e-mail address everywhere.
1deacbc3 2008-05-07 15:07:38 * Documentation updates.
48b68f55 2008-05-07 15:06:19 * Replace FTBBox::Move() with the += operator, to make it clearer that the object is modified in the process.
8863eeeb 2008-05-07 15:03:48 * Change the += operator for bounding boxes to |=, which better represents what is happening, and avoids future confusion with "FTBBox + FTPoint" constructs.
f58ddca2 2008-05-07 14:59:03 * Fix FTBBox::SetDepth() behaviour with negative depth values (as done in the FTExtrudeGlyph class).
10cdd9a4 2008-05-07 14:55:41 * Allow to create an FTBBox using two FTPoint objects. * Allow the operands to FTPoint's "+" and "-" operators to be const.
89585b8a 2008-05-04 19:38:41 * Put my name and Sean's in the public headers so that people know who to contact.
129a4733 2008-05-01 13:42:49 * Store FTPoints in the BBox object instead of floats. This was a todo from Henry.
2aa2aeb5 2008-04-30 16:27:34 * Move include/* to src/FTGL/* so the files in there can directly be referred to as "FTGL/*.h". This is convenient because they will be installed in a similar location. * Put a warning in each legacy public header to advise users to only include the generic <FTGL/ftgl.h> header instead.