2002-11-21 05:40:49 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
< title > ZE::ZRect class Reference< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2002-12-05 00:05:06 +00:00
<!-- Generated by Doxygen 1.3 - rc1 -->
2002-11-21 05:40:49 +00:00
< center >
< a class = "qindex" href = "index.html" > Main Page< / a > < a class = "qindex" href = "namespaces.html" > Namespace List< / a > < a class = "qindex" href = "hierarchy.html" > Class Hierarchy< / a > < a class = "qindex" href = "annotated.html" > Compound List< / a > < a class = "qindex" href = "files.html" > File List< / a > < a class = "qindex" href = "namespacemembers.html" > Namespace Members< / a > < a class = "qindex" href = "functions.html" > Compound Members< / a > < a class = "qindex" href = "globals.html" > File Members< / a > < / center >
< hr > < h1 > ZE::ZRect Class Reference< / h1 > < code > #include < < a class = "el" href = "ZE__ZRect_8h-source.html" > ZE_ZRect.h< / a > > < / code >
< p >
< a href = "classZE_1_1ZRect-members.html" > List of all members.< / a > < hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
< a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > Rectangle class, used to define a rectangular area or perform operations on the defined area.
< p >
< table border = 0 cellpadding = 0 cellspacing = 0 >
< tr > < td > < / td > < / tr >
< tr > < td colspan = 2 > < br > < h2 > Public Methods< / h2 > < / td > < / tr >
< tr > < td nowrap align = right valign = top > < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a0" > ZRect< / a > ()< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Default constructor for < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > .< / em > < a href = "#a0" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
2002-12-05 00:05:06 +00:00
< tr > < td nowrap align = right valign = top > < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a1" > ZRect< / a > (float x, float y, float width, float height)< / td > < / tr >
2002-11-21 05:40:49 +00:00
< tr > < td > < / td > < td > < font size = -1 > < em > Constructor for < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > that takes inital values.< / em > < a href = "#a1" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a2" > ZRect< / a > (const ZRect & rhs)< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Copy constructor for < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > .< / em > < a href = "#a2" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > const ZRect & < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a3" > operator=< / a > (const ZRect & rhs)< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Overload for = operator with < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > .< / em > < a href = "#a3" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > bool < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a4" > operator< < / a > (const ZRect & rhs) const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Overload for < operator with < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > , based upon location then size.< / em > < a href = "#a4" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
2002-12-05 00:05:06 +00:00
< tr > < td nowrap align = right valign = top > void < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a5" > Draw< / a > (Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255)< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Draw rectangle. (filled).< / em > < a href = "#a5" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > void < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a6" > Move< / a > (float x, float y)< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Changes the location of the rectangle.< / em > < a href = "#a6" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > void < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a7" > MoveRel< / a > (float xMove, float yMove)< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Changes the location of the rectangle based upon the current location.< / em > < a href = "#a7" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > void < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a8" > Resize< / a > (float width, float height)< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Resize rectangle.< / em > < a href = "#a8" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > void < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a9" > ResizeRel< / a > (float widthChange, float heightChange)< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Grows or shrinks current rectangle.< / em > < a href = "#a9" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > bool < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a10" > Intersects< / a > (const ZRect & rect) const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Check if one < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > intersects another.< / em > < a href = "#a10" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > bool < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a11" > Contains< / a > (float x, float y) const< / td > < / tr >
2002-11-21 05:40:49 +00:00
< tr > < td > < / td > < td > < font size = -1 > < em > Check if a rectangle contains a given point.< / em > < a href = "#a11" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
2002-12-05 00:05:06 +00:00
< tr > < td nowrap align = right valign = top > bool < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a12" > Contains< / a > (const ZRect & rect) const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Check if a rectangle contains a given point.< / em > < a href = "#a12" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > ZRect < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a13" > Intersection< / a > (const ZRect & rect) const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Finds intersection of two rectangles.< / em > < a href = "#a13" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > SDL_Rect < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a14" > SDLrect< / a > () const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Returns an SDL_Rect representing the rectangle.< / em > < a href = "#a14" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a15" > X< / a > () const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Returns X Location.< / em > < a href = "#a15" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a16" > Y< / a > () const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Returns Y Location.< / em > < a href = "#a16" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a17" > Left< / a > () const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Return position of left side.< / em > < a href = "#a17" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a18" > Right< / a > () const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Return position of right side.< / em > < a href = "#a18" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a19" > Top< / a > () const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Return position of top side.< / em > < a href = "#a19" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a20" > Bottom< / a > () const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Return position of bottom side.< / em > < a href = "#a20" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a21" > Width< / a > () const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Returns Width.< / em > < a href = "#a21" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td nowrap align = right valign = top > float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#a22" > Height< / a > () const< / td > < / tr >
< tr > < td > < / td > < td > < font size = -1 > < em > Returns Height.< / em > < a href = "#a22" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
< tr > < td colspan = 2 > < br > < h2 > Protected Attributes< / h2 > < / td > < / tr >
< tr > < td nowrap align = right valign = top > < a name = "n0" doxytag = "ZE::ZRect::rX" > < / a >
float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#n0" > rX< / a > < / td > < / tr >
2002-11-21 05:40:49 +00:00
< tr > < td > < / td > < td > < font size = -1 > < em > X Position of top left corner of rectangle.< / em > < / font > < br > < br > < / td > < / tr >
2002-12-05 00:05:06 +00:00
< tr > < td nowrap align = right valign = top > < a name = "n1" doxytag = "ZE::ZRect::rY" > < / a >
float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#n1" > rY< / a > < / td > < / tr >
2002-11-21 05:40:49 +00:00
< tr > < td > < / td > < td > < font size = -1 > < em > Y Position of top left corner of rectangle.< / em > < / font > < br > < br > < / td > < / tr >
2002-12-05 00:05:06 +00:00
< tr > < td nowrap align = right valign = top > < a name = "n2" doxytag = "ZE::ZRect::rWidth" > < / a >
float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#n2" > rWidth< / a > < / td > < / tr >
2002-11-21 05:40:49 +00:00
< tr > < td > < / td > < td > < font size = -1 > < em > Width of Rectangle.< / em > < / font > < br > < br > < / td > < / tr >
2002-12-05 00:05:06 +00:00
< tr > < td nowrap align = right valign = top > < a name = "n3" doxytag = "ZE::ZRect::rHeight" > < / a >
float < / td > < td valign = bottom > < a class = "el" href = "classZE_1_1ZRect.html#n3" > rHeight< / a > < / td > < / tr >
2002-11-21 05:40:49 +00:00
< tr > < td > < / td > < td > < font size = -1 > < em > Height of Rectangle.< / em > < / font > < br > < br > < / td > < / tr >
< / table >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
< a name = "a0" doxytag = "ZE::ZRect::ZRect" > < / a > < p >
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > ZE::ZRect::ZRect < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
Default constructor, initializes all values to zero. < / td >
< / tr >
< / table >
< a name = "a1" doxytag = "ZE::ZRect::ZRect" > < / a > < p >
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > ZE::ZRect::ZRect < / td >
< td class = "md" valign = "top" > ( < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > x< / em > , < / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > y< / em > , < / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > width< / em > , < / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > height< / em > < / td >
< / tr >
< tr >
< td > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Constructor for < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > that takes inital values for all four members. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > x< / em > < / td > < td > Value for x position. < / td > < / tr >
< tr > < td valign = top > < em > y< / em > < / td > < td > Value for y position. < / td > < / tr >
< tr > < td valign = top > < em > width< / em > < / td > < td > Value for width. < / td > < / tr >
< tr > < td valign = top > < em > height< / em > < / td > < td > Value for height. < / td > < / tr >
< / table >
< / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< a name = "a2" doxytag = "ZE::ZRect::ZRect" > < / a > < p >
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > ZE::ZRect::ZRect < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const ZRect & < / td >
< td class = "mdname1" valign = "top" nowrap > < em > rhs< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Takes a < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > and constructs a new identical rectangle. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > rhs< / em > < / td > < td > Rectangle to construct from. < / td > < / tr >
< / table >
< / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< hr > < h2 > Member Function Documentation< / h2 >
< a name = "a3" doxytag = "ZE::ZRect::operator=" > < / a > < p >
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > const ZRect & ZE::ZRect::operator= < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const ZRect & < / td >
< td class = "mdname1" valign = "top" nowrap > < em > rhs< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Copies all values from one < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > into another. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > rhs< / em > < / td > < td > Rectangle to copy values from. < / td > < / tr >
< / table >
< / dl >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > New value of the < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > . < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< a name = "a4" doxytag = "ZE::ZRect::operator<" > < / a > < p >
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > bool ZE::ZRect::operator< < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const ZRect & < / td >
< td class = "mdname1" valign = "top" nowrap > < em > rhs< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Rectangles are sorted by y value, followed by x value, if they start at the same place, the smaller of the two is deemed less than the other. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > rhs< / em > < / td > < td > Rectangle to compare. < / td > < / tr >
< / table >
< / dl >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > True if this rectangle is smaller than the rhs rectangle, false otherwise. < / dd > < / dl >
< / td >
< / tr >
< / table >
< a name = "a5" doxytag = "ZE::ZRect::Draw" > < / a > < p >
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > void ZE::ZRect::Draw < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > Uint8 < / td >
< td class = "mdname" nowrap > < em > red< / em > , < / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
< td class = "md" nowrap > Uint8 < / td >
< td class = "mdname" nowrap > < em > green< / em > , < / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
< td class = "md" nowrap > Uint8 < / td >
< td class = "mdname" nowrap > < em > blue< / em > , < / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
< td class = "md" nowrap > Uint8 < / td >
< td class = "mdname" nowrap > < em > alpha< / em > = 255< / td >
< / tr >
< tr >
< td > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < / td >
< / tr >
< / table >
< / td >
< / tr >
2002-12-01 07:56:17 +00:00
< / table >
2002-12-05 00:05:06 +00:00
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
Draw the < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > , this function is mainly provided for testing purposes. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > red< / em > < / td > < td > Red component of color (0-255). < / td > < / tr >
< tr > < td valign = top > < em > green< / em > < / td > < td > Green component of color (0-255). < / td > < / tr >
< tr > < td valign = top > < em > blue< / em > < / td > < td > Blue component of color (0-255). < / td > < / tr >
< tr > < td valign = top > < em > alpha< / em > < / td > < td > Alpha component of color (0-255). < / td > < / tr >
< / table >
< / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a6" doxytag = "ZE::ZRect::Move" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > void ZE::ZRect::Move < / td >
< td class = "md" valign = "top" > ( < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > x< / em > , < / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > y< / em > < / td >
< / tr >
< tr >
< td > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Changes the current x,y position of the rectangle. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > x< / em > < / td > < td > New x position for rectangle. < / td > < / tr >
< tr > < td valign = top > < em > y< / em > < / td > < td > New y position for rectangle. < / td > < / tr >
< / table >
< / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a7" doxytag = "ZE::ZRect::MoveRel" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > void ZE::ZRect::MoveRel < / td >
< td class = "md" valign = "top" > ( < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > xMove< / em > , < / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > yMove< / em > < / td >
< / tr >
< tr >
< td > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Changes the current x,y position of the rectangle relative to the current location. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > xMove< / em > < / td > < td > Offset for new x position from current. < / td > < / tr >
< tr > < td valign = top > < em > yMove< / em > < / td > < td > Offset for new y position from current. < / td > < / tr >
< / table >
< / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a8" doxytag = "ZE::ZRect::Resize" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > void ZE::ZRect::Resize < / td >
< td class = "md" valign = "top" > ( < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > width< / em > , < / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > height< / em > < / td >
< / tr >
< tr >
< td > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Changes the current width and height of the rectangle. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > width< / em > < / td > < td > New width for rectangle. < / td > < / tr >
< tr > < td valign = top > < em > height< / em > < / td > < td > New height for rectangle. < / td > < / tr >
< / table >
< / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a9" doxytag = "ZE::ZRect::ResizeRel" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > void ZE::ZRect::ResizeRel < / td >
< td class = "md" valign = "top" > ( < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > widthChange< / em > , < / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > heightChange< / em > < / td >
< / tr >
< tr >
< td > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Changes the current width and height of the rectangle based upon current values. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > widthChange< / em > < / td > < td > Amount to add or subtract from width. < / td > < / tr >
< tr > < td valign = top > < em > heightChange< / em > < / td > < td > Amount to add or subtract from height. < / td > < / tr >
< / table >
< / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a10" doxytag = "ZE::ZRect::Intersects" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > bool ZE::ZRect::Intersects < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const ZRect & < / td >
< td class = "mdname1" valign = "top" nowrap > < em > rect< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Checks for overlap and returns boolean value based on if overlap exists. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > rect< / em > < / td > < td > Rectangle to check for intersection with. < / td > < / tr >
< / table >
< / dl >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > True if intersection occured, false otherwise. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a11" doxytag = "ZE::ZRect::Contains" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > bool ZE::ZRect::Contains < / td >
< td class = "md" valign = "top" > ( < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > x< / em > , < / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > float < / td >
2002-11-21 05:40:49 +00:00
< td class = "mdname" nowrap > < em > y< / em > < / td >
< / tr >
< tr >
< td > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > const< / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Checks point against boundaries of rectangle and returns result. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > x< / em > < / td > < td > X value of point to check. < / td > < / tr >
< tr > < td valign = top > < em > y< / em > < / td > < td > Y value of poitn to check. < / td > < / tr >
< / table >
< / dl >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > Boolean variable, true if point is inside rectangle, false otherwise. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a12" doxytag = "ZE::ZRect::Contains" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > bool ZE::ZRect::Contains < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const ZRect & < / td >
< td class = "mdname1" valign = "top" nowrap > < em > rect< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Checks point against boundaries of rectangle and returns result. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > rect< / em > < / td > < td > Rectangle to check for point. < / td > < / tr >
< / table >
< / dl >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > Boolean variable, true if point is inside rectangle, false otherwise. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a13" doxytag = "ZE::ZRect::Intersection" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > ZRect ZE::ZRect::Intersection < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const ZRect & < / td >
< td class = "mdname1" valign = "top" nowrap > < em > rect< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Checks for intersection, and returns rectangle where the two rectangles intersect. < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = top > < em > rect< / em > < / td > < td > Rectangle to check intersection with. < / td > < / tr >
< / table >
< / dl >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > describing intersection area. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a14" doxytag = "ZE::ZRect::SDLrect" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > SDL_Rect ZE::ZRect::SDLrect < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > const< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Makes a SDL_Rect representing the rectangle, for use where functions require an SDL_Rect. < dl compact > < dt > < b > Returns:< / b > < / dt > < dd > SDL_Rect representing the < a class = "el" href = "classZE_1_1ZRect.html" > ZRect< / a > . < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a15" doxytag = "ZE::ZRect::X" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float ZE::ZRect::X < / td >
2002-11-21 05:40:49 +00:00
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > const< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Access private X location member. < dl compact > < dt > < b > Returns:< / b > < / dt > < dd > Value of mX. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a16" doxytag = "ZE::ZRect::Y" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float ZE::ZRect::Y < / td >
2002-11-21 05:40:49 +00:00
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > const< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Access private Y location member. < dl compact > < dt > < b > Returns:< / b > < / dt > < dd > Value of mY. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a17" doxytag = "ZE::ZRect::Left" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float ZE::ZRect::Left < / td >
2002-11-21 05:40:49 +00:00
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > const< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Find X position of left side of rectangle. < dl compact > < dt > < b > Returns:< / b > < / dt > < dd > X position of left side. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a18" doxytag = "ZE::ZRect::Right" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float ZE::ZRect::Right < / td >
2002-11-21 05:40:49 +00:00
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > const< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Find X position of right side of rectangle. < dl compact > < dt > < b > Returns:< / b > < / dt > < dd > X position of right side. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a19" doxytag = "ZE::ZRect::Top" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float ZE::ZRect::Top < / td >
2002-11-21 05:40:49 +00:00
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > const< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Find Y position of top side of rectangle. < dl compact > < dt > < b > Returns:< / b > < / dt > < dd > Y position of top side. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a20" doxytag = "ZE::ZRect::Bottom" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float ZE::ZRect::Bottom < / td >
2002-11-21 05:40:49 +00:00
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > const< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Find Y position of left side of rectangle. < dl compact > < dt > < b > Returns:< / b > < / dt > < dd > Y position of bottom side. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a21" doxytag = "ZE::ZRect::Width" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float ZE::ZRect::Width < / td >
2002-11-21 05:40:49 +00:00
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > const< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Access private width member. < dl compact > < dt > < b > Returns:< / b > < / dt > < dd > Value of mWidth. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
2002-12-05 00:05:06 +00:00
< a name = "a22" doxytag = "ZE::ZRect::Height" > < / a > < p >
2002-11-21 05:40:49 +00:00
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap valign = "top" > float ZE::ZRect::Height < / td >
2002-11-21 05:40:49 +00:00
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
2002-12-05 00:05:06 +00:00
< td class = "md" nowrap > const< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2002-12-05 00:05:06 +00:00
Access private height member. < dl compact > < dt > < b > Returns:< / b > < / dt > < dd > Value of mHeight. < / dd > < / dl >
< / td >
2002-11-21 05:40:49 +00:00
< / tr >
< / table >
< hr > The documentation for this class was generated from the following files:< ul >
2002-12-12 04:41:59 +00:00
< li > include/< a class = "el" href = "ZE__ZRect_8h-source.html" > ZE_ZRect.h< / a > < li > src/< a class = "el" href = "ZE__ZRect_8cpp.html" > ZE_ZRect.cpp< / a > < / ul >
< hr > < address style = "align: right;" > < small > Generated on Wed Dec 11 23:42:27 2002 for ZEngine by
2002-11-21 05:40:49 +00:00
< a href = "http://www.doxygen.org/index.html" >
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = 0
2002-12-05 00:05:06 +00:00
width=110 height=53>< / a > 1.3-rc1 < / small > < / address >
2002-11-21 05:40:49 +00:00
< / body >
< / html >