Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / doc_generated / pepper_stable / cpp / point_8h.html
1 {{+bindTo:partials.standard_nacl_article}}
2 <h1>point.h File Reference</h1>
3 <div id="doxygen-ref">
4 {{- dummy div to appease doxygen -}}
5   <div>
6 <!-- Generated by Doxygen 1.7.6.1 -->
7
8
9 </div>
10 <!--header-->
11 <div class="contents">
12 <div class="textblock"><div class="dynheader">
13 Include dependency graph for point.h:</div>
14 <div class="dyncontent">
15 <div class="center"><img src="point_8h__incl.png" border="0" usemap="#point_8h" alt="" /></div>
16 <map name="point_8h" id="point_8h">
17 </map>
18 </div>
19 </div><h2>
20 Classes</h2><table class="memberdecls">
21
22 <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_point.html">pp::Point</a></td></tr>
23 <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A 2 dimensional point with 0,0 being the upper-left starting coordinate.  <a href="classpp_1_1_point.html#details">More...</a><br /></td></tr>
24 <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_float_point.html">pp::FloatPoint</a></td></tr>
25 <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A 2 dimensional floating-point point with 0,0 being the upper-left starting coordinate.  <a href="classpp_1_1_float_point.html#details">More...</a><br /></td></tr>
26 </table><h2>
27 Namespaces</h2><table class="memberdecls">
28 <tr><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepp.html">pp</a></td></tr>
29 </table><h2>
30 Functions</h2><table class="memberdecls">
31 <tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="point_8h.html#acdca90fb96f299839dcea8d836d6f92f">operator==</a> (const <a class="el" href="classpp_1_1_point.html">pp::Point</a> &amp;lhs, const <a class="el" href="classpp_1_1_point.html">pp::Point</a> &amp;rhs)</td></tr>
32 <tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="point_8h.html#a49089c373eeebff274a723f7545b7680">operator!=</a> (const <a class="el" href="classpp_1_1_point.html">pp::Point</a> &amp;lhs, const <a class="el" href="classpp_1_1_point.html">pp::Point</a> &amp;rhs)</td></tr>
33 <tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="point_8h.html#a59d82ac98ce35697fae48edd66a7fdba">operator==</a> (const <a class="el" href="classpp_1_1_float_point.html">pp::FloatPoint</a> &amp;lhs, const <a class="el" href="classpp_1_1_float_point.html">pp::FloatPoint</a> &amp;rhs)</td></tr>
34 <tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="point_8h.html#a429594ae059c2956f538876c3c4e68c2">operator!=</a> (const <a class="el" href="classpp_1_1_float_point.html">pp::FloatPoint</a> &amp;lhs, const <a class="el" href="classpp_1_1_float_point.html">pp::FloatPoint</a> &amp;rhs)</td></tr>
35 </table>
36 <hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
37 <div class="textblock"><p>This file defines the API to create a 2 dimensional point. </p>
38 </div><hr /><h2>Function Documentation</h2>
39 <a class="anchor" id="a49089c373eeebff274a723f7545b7680"></a><!-- doxytag: member="point.h::operator!=" ref="a49089c373eeebff274a723f7545b7680" args="(const pp::Point &amp;lhs, const pp::Point &amp;rhs)" -->
40 <div class="memitem">
41 <div class="memproto">
42 <table class="memname">
43 <tr>
44 <td class="memname">bool operator!= </td>
45 <td>(</td>
46 <td class="paramtype">const <a class="el" href="classpp_1_1_point.html">pp::Point</a> &amp;&#160;</td>
47 <td class="paramname"><em>lhs</em>, </td>
48 </tr>
49 <tr>
50 <td class="paramkey"></td>
51 <td></td>
52 <td class="paramtype">const <a class="el" href="classpp_1_1_point.html">pp::Point</a> &amp;&#160;</td>
53 <td class="paramname"><em>rhs</em>&#160;</td>
54 </tr>
55 <tr>
56 <td></td>
57 <td>)</td>
58 <td></td><td><code> [inline]</code></td>
59 </tr>
60 </table>
61 </div>
62 <div class="memdoc">
63 <p>Determines whether two Points have different coordinates. </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 Point on the left-hand side of the equation. </td></tr>
67 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>
68 </table>
69 </dd>
70 </dl>
71 <dl class="return"><dt><b>Returns:</b></dt><dd>true if the coordinates of lhs are equal to the coordinates of rhs, otherwise false. </dd></dl>
72 </div>
73 </div>
74 <a class="anchor" id="a429594ae059c2956f538876c3c4e68c2"></a><!-- doxytag: member="point.h::operator!=" ref="a429594ae059c2956f538876c3c4e68c2" args="(const pp::FloatPoint &amp;lhs, const pp::FloatPoint &amp;rhs)" -->
75 <div class="memitem">
76 <div class="memproto">
77 <table class="memname">
78 <tr>
79 <td class="memname">bool operator!= </td>
80 <td>(</td>
81 <td class="paramtype">const <a class="el" href="classpp_1_1_float_point.html">pp::FloatPoint</a> &amp;&#160;</td>
82 <td class="paramname"><em>lhs</em>, </td>
83 </tr>
84 <tr>
85 <td class="paramkey"></td>
86 <td></td>
87 <td class="paramtype">const <a class="el" href="classpp_1_1_float_point.html">pp::FloatPoint</a> &amp;&#160;</td>
88 <td class="paramname"><em>rhs</em>&#160;</td>
89 </tr>
90 <tr>
91 <td></td>
92 <td>)</td>
93 <td></td><td><code> [inline]</code></td>
94 </tr>
95 </table>
96 </div>
97 <div class="memdoc">
98 <p>Determines whether two Points have different coordinates. </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 Point on the left-hand side of the equation. </td></tr>
102 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>
103 </table>
104 </dd>
105 </dl>
106 <dl class="return"><dt><b>Returns:</b></dt><dd>true if the coordinates of lhs are equal to the coordinates of rhs, otherwise false. </dd></dl>
107 </div>
108 </div>
109 <a class="anchor" id="acdca90fb96f299839dcea8d836d6f92f"></a><!-- doxytag: member="point.h::operator==" ref="acdca90fb96f299839dcea8d836d6f92f" args="(const pp::Point &amp;lhs, const pp::Point &amp;rhs)" -->
110 <div class="memitem">
111 <div class="memproto">
112 <table class="memname">
113 <tr>
114 <td class="memname">bool operator== </td>
115 <td>(</td>
116 <td class="paramtype">const <a class="el" href="classpp_1_1_point.html">pp::Point</a> &amp;&#160;</td>
117 <td class="paramname"><em>lhs</em>, </td>
118 </tr>
119 <tr>
120 <td class="paramkey"></td>
121 <td></td>
122 <td class="paramtype">const <a class="el" href="classpp_1_1_point.html">pp::Point</a> &amp;&#160;</td>
123 <td class="paramname"><em>rhs</em>&#160;</td>
124 </tr>
125 <tr>
126 <td></td>
127 <td>)</td>
128 <td></td><td><code> [inline]</code></td>
129 </tr>
130 </table>
131 </div>
132 <div class="memdoc">
133 <p>Determines whether the x and y values of two Points 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 Point on the left-hand side of the equation. </td></tr>
137 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>
138 </table>
139 </dd>
140 </dl>
141 <dl class="return"><dt><b>Returns:</b></dt><dd>true if they are equal, false if unequal. </dd></dl>
142 </div>
143 </div>
144 <a class="anchor" id="a59d82ac98ce35697fae48edd66a7fdba"></a><!-- doxytag: member="point.h::operator==" ref="a59d82ac98ce35697fae48edd66a7fdba" args="(const pp::FloatPoint &amp;lhs, const pp::FloatPoint &amp;rhs)" -->
145 <div class="memitem">
146 <div class="memproto">
147 <table class="memname">
148 <tr>
149 <td class="memname">bool operator== </td>
150 <td>(</td>
151 <td class="paramtype">const <a class="el" href="classpp_1_1_float_point.html">pp::FloatPoint</a> &amp;&#160;</td>
152 <td class="paramname"><em>lhs</em>, </td>
153 </tr>
154 <tr>
155 <td class="paramkey"></td>
156 <td></td>
157 <td class="paramtype">const <a class="el" href="classpp_1_1_float_point.html">pp::FloatPoint</a> &amp;&#160;</td>
158 <td class="paramname"><em>rhs</em>&#160;</td>
159 </tr>
160 <tr>
161 <td></td>
162 <td>)</td>
163 <td></td><td><code> [inline]</code></td>
164 </tr>
165 </table>
166 </div>
167 <div class="memdoc">
168 <p>Determines whether the x and y values of two FloatPoints 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 Point on the left-hand side of the equation. </td></tr>
172 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>
173 </table>
174 </dd>
175 </dl>
176 <dl class="return"><dt><b>Returns:</b></dt><dd>true if they are equal, false if unequal. </dd></dl>
177 </div>
178 </div>
179 </div><!-- contents -->
180 </div>
181 {{/partials.standard_nacl_article}}