1 {{+bindTo:partials.standard_nacl_api}}
2 <h1>rect.h File Reference
</h1>
4 {{- dummy div to appease doxygen -}}
6 <!-- Generated by Doxygen 1.7.6.1 -->
11 <div class=
"contents">
12 <div class=
"textblock"><div class=
"dynheader">
13 Include dependency graph for rect.h:
</div>
14 <div class=
"dyncontent">
15 <div class=
"center"><img src=
"rect_8h__incl.png" border=
"0" usemap=
"#rect_8h" alt=
"" /></div>
16 <map name=
"rect_8h" id=
"rect_8h">
20 Classes
</h2><table class=
"memberdecls">
22 <tr><td class=
"memItemLeft" align=
"right" valign=
"top">class
 </td><td class=
"memItemRight" valign=
"bottom"><a class=
"el" href=
"classpp_1_1_rect.html">pp::Rect
</a></td></tr>
23 <tr><td class=
"mdescLeft"> </td><td class=
"mdescRight">A
2 dimensional rectangle.
<a href=
"classpp_1_1_rect.html#details">More...
</a><br /></td></tr>
24 <tr><td class=
"memItemLeft" align=
"right" valign=
"top">class
 </td><td class=
"memItemRight" valign=
"bottom"><a class=
"el" href=
"classpp_1_1_float_rect.html">pp::FloatRect
</a></td></tr>
25 <tr><td class=
"mdescLeft"> </td><td class=
"mdescRight">A
2 dimensional rectangle.
<a href=
"classpp_1_1_float_rect.html#details">More...
</a><br /></td></tr>
27 Namespaces
</h2><table class=
"memberdecls">
28 <tr><td class=
"memItemLeft" align=
"right" valign=
"top">namespace
 </td><td class=
"memItemRight" valign=
"bottom"><a class=
"el" href=
"namespacepp.html">pp
</a></td></tr>
30 Functions
</h2><table class=
"memberdecls">
31 <tr><td class=
"memItemLeft" align=
"right" valign=
"top">bool
 </td><td class=
"memItemRight" valign=
"bottom"><a class=
"el" href=
"rect_8h.html#a79b9bc57ea3e03a0e56b7975b4ffd401">operator==
</a> (const
<a class=
"el" href=
"classpp_1_1_rect.html">pp::Rect
</a> &lhs, const
<a class=
"el" href=
"classpp_1_1_rect.html">pp::Rect
</a> &rhs)
</td></tr>
32 <tr><td class=
"memItemLeft" align=
"right" valign=
"top">bool
 </td><td class=
"memItemRight" valign=
"bottom"><a class=
"el" href=
"rect_8h.html#a29f92b097dbed35ecf5f5ab1932a644e">operator!=
</a> (const
<a class=
"el" href=
"classpp_1_1_rect.html">pp::Rect
</a> &lhs, const
<a class=
"el" href=
"classpp_1_1_rect.html">pp::Rect
</a> &rhs)
</td></tr>
33 <tr><td class=
"memItemLeft" align=
"right" valign=
"top">bool
 </td><td class=
"memItemRight" valign=
"bottom"><a class=
"el" href=
"rect_8h.html#aef5ba071d7dd3b4a51d5750f056a2649">operator==
</a> (const
<a class=
"el" href=
"classpp_1_1_float_rect.html">pp::FloatRect
</a> &lhs, const
<a class=
"el" href=
"classpp_1_1_float_rect.html">pp::FloatRect
</a> &rhs)
</td></tr>
34 <tr><td class=
"memItemLeft" align=
"right" valign=
"top">bool
 </td><td class=
"memItemRight" valign=
"bottom"><a class=
"el" href=
"rect_8h.html#acdab4b41e6fa67e079c9c54407fc9153">operator!=
</a> (const
<a class=
"el" href=
"classpp_1_1_float_rect.html">pp::FloatRect
</a> &lhs, const
<a class=
"el" href=
"classpp_1_1_float_rect.html">pp::FloatRect
</a> &rhs)
</td></tr>
36 <hr /><a name=
"details" id=
"details"></a><h2>Detailed Description
</h2>
37 <div class=
"textblock"><p>This file defines the APIs for creating a
2 dimensional rectangle.
</p>
38 </div><hr /><h2>Function Documentation
</h2>
39 <a class=
"anchor" id=
"a29f92b097dbed35ecf5f5ab1932a644e"></a><!-- doxytag: member="rect.h::operator!=" ref="a29f92b097dbed35ecf5f5ab1932a644e" args="(const pp::Rect &lhs, const pp::Rect &rhs)" -->
41 <div class=
"memproto">
42 <table class=
"memname">
44 <td class=
"memname">bool operator!=
</td>
46 <td class=
"paramtype">const
<a class=
"el" href=
"classpp_1_1_rect.html">pp::Rect
</a> & </td>
47 <td class=
"paramname"><em>lhs
</em>,
</td>
50 <td class=
"paramkey"></td>
52 <td class=
"paramtype">const
<a class=
"el" href=
"classpp_1_1_rect.html">pp::Rect
</a> & </td>
53 <td class=
"paramname"><em>rhs
</em> </td>
58 <td></td><td><code> [inline]
</code></td>
63 <p>This function determines whether two Rects are not equal.
</p>
64 <dl class=
"params"><dt><b>Parameters:
</b></dt><dd>
65 <table class=
"params">
66 <tr><td class=
"paramdir">[in]
</td><td class=
"paramname">lhs
</td><td>The
<code>Rect
</code> on the left-hand side of the equation.
</td></tr>
67 <tr><td class=
"paramdir">[in]
</td><td class=
"paramname">rhs
</td><td>The
<code>Rect
</code> on the right-hand side of the equation.
</td></tr>
71 <dl class=
"return"><dt><b>Returns:
</b></dt><dd>true if the given Rects are equal, otherwise false.
</dd></dl>
74 <a class=
"anchor" id=
"acdab4b41e6fa67e079c9c54407fc9153"></a><!-- doxytag: member="rect.h::operator!=" ref="acdab4b41e6fa67e079c9c54407fc9153" args="(const pp::FloatRect &lhs, const pp::FloatRect &rhs)" -->
76 <div class=
"memproto">
77 <table class=
"memname">
79 <td class=
"memname">bool operator!=
</td>
81 <td class=
"paramtype">const
<a class=
"el" href=
"classpp_1_1_float_rect.html">pp::FloatRect
</a> & </td>
82 <td class=
"paramname"><em>lhs
</em>,
</td>
85 <td class=
"paramkey"></td>
87 <td class=
"paramtype">const
<a class=
"el" href=
"classpp_1_1_float_rect.html">pp::FloatRect
</a> & </td>
88 <td class=
"paramname"><em>rhs
</em> </td>
93 <td></td><td><code> [inline]
</code></td>
98 <p>This function determines whether two Rects are not equal.
</p>
99 <dl class=
"params"><dt><b>Parameters:
</b></dt><dd>
100 <table class=
"params">
101 <tr><td class=
"paramdir">[in]
</td><td class=
"paramname">lhs
</td><td>The
<code>FloatRect
</code> on the left-hand side of the equation.
</td></tr>
102 <tr><td class=
"paramdir">[in]
</td><td class=
"paramname">rhs
</td><td>The
<code>FloatRect
</code> on the right-hand side of the equation.
</td></tr>
106 <dl class=
"return"><dt><b>Returns:
</b></dt><dd>true if the given Rects are equal, otherwise false.
</dd></dl>
109 <a class=
"anchor" id=
"a79b9bc57ea3e03a0e56b7975b4ffd401"></a><!-- doxytag: member="rect.h::operator==" ref="a79b9bc57ea3e03a0e56b7975b4ffd401" args="(const pp::Rect &lhs, const pp::Rect &rhs)" -->
110 <div class=
"memitem">
111 <div class=
"memproto">
112 <table class=
"memname">
114 <td class=
"memname">bool operator==
</td>
116 <td class=
"paramtype">const
<a class=
"el" href=
"classpp_1_1_rect.html">pp::Rect
</a> & </td>
117 <td class=
"paramname"><em>lhs
</em>,
</td>
120 <td class=
"paramkey"></td>
122 <td class=
"paramtype">const
<a class=
"el" href=
"classpp_1_1_rect.html">pp::Rect
</a> & </td>
123 <td class=
"paramname"><em>rhs
</em> </td>
128 <td></td><td><code> [inline]
</code></td>
133 <p>This function determines whether the x, y, width, and height values of two rectangles and are equal.
</p>
134 <dl class=
"params"><dt><b>Parameters:
</b></dt><dd>
135 <table class=
"params">
136 <tr><td class=
"paramdir">[in]
</td><td class=
"paramname">lhs
</td><td>The
<code>Rect
</code> on the left-hand side of the equation.
</td></tr>
137 <tr><td class=
"paramdir">[in]
</td><td class=
"paramname">rhs
</td><td>The
<code>Rect
</code> on the right-hand side of the equation.
</td></tr>
141 <dl class=
"return"><dt><b>Returns:
</b></dt><dd>true if they are equal, false if unequal.
</dd></dl>
144 <a class=
"anchor" id=
"aef5ba071d7dd3b4a51d5750f056a2649"></a><!-- doxytag: member="rect.h::operator==" ref="aef5ba071d7dd3b4a51d5750f056a2649" args="(const pp::FloatRect &lhs, const pp::FloatRect &rhs)" -->
145 <div class=
"memitem">
146 <div class=
"memproto">
147 <table class=
"memname">
149 <td class=
"memname">bool operator==
</td>
151 <td class=
"paramtype">const
<a class=
"el" href=
"classpp_1_1_float_rect.html">pp::FloatRect
</a> & </td>
152 <td class=
"paramname"><em>lhs
</em>,
</td>
155 <td class=
"paramkey"></td>
157 <td class=
"paramtype">const
<a class=
"el" href=
"classpp_1_1_float_rect.html">pp::FloatRect
</a> & </td>
158 <td class=
"paramname"><em>rhs
</em> </td>
163 <td></td><td><code> [inline]
</code></td>
168 <p>This function determines whether the x, y, width, and height values of two rectangles and are equal.
</p>
169 <dl class=
"params"><dt><b>Parameters:
</b></dt><dd>
170 <table class=
"params">
171 <tr><td class=
"paramdir">[in]
</td><td class=
"paramname">lhs
</td><td>The
<code>FloatRect
</code> on the left-hand side of the equation.
</td></tr>
172 <tr><td class=
"paramdir">[in]
</td><td class=
"paramname">rhs
</td><td>The
<code>FloatRect
</code> on the right-hand side of the equation.
</td></tr>
176 <dl class=
"return"><dt><b>Returns:
</b></dt><dd>true if they are equal, false if unequal.
</dd></dl>
179 </div><!-- contents -->
181 {{/partials.standard_nacl_api}}