-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_ball_8h_source.html
84 lines (84 loc) · 26 KB
/
_ball_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Gamedev Framework (gf): Ball.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="custom.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="gf_logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Gamedev Framework (gf)
 <span id="projectnumber">0.14.0</span>
</div>
<div id="projectbrief">A C++14 framework for 2D games</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_6d069d519ae9d12fa11dd8e685586b60.html">gf</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Ball.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Gamedev Framework (gf)</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * Copyright (C) 2016-2019 Julien Bernard</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * This software is provided 'as-is', without any express or implied</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * warranty. In no event will the authors be held liable for any damages</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * arising from the use of this software.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> *</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * Permission is granted to anyone to use this software for any purpose,</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * including commercial applications, and to alter it and redistribute it</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * freely, subject to the following restrictions:</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * 1. The origin of this software must not be misrepresented; you must not</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * claim that you wrote the original software. If you use this software</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * in a product, an acknowledgment in the product documentation would be</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * appreciated but is not required.</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * 2. Altered source versions must be plainly marked as such, and must not be</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * misrepresented as being the original software.</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * 3. This notice may not be removed or altered from any source distribution.</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> *</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * Part of this file comes from SFML, with the same license:</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * Copyright (C) 2007-2015 Laurent Gomila ([email protected])</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#ifndef GF_BALL_H</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#define GF_BALL_H</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include "Portability.h"</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include "Vector.h"</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include "VectorOps.h"</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">namespace </span><a class="code" href="namespacegf.html">gf</a> {</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="keyword">inline</span> <span class="keyword">namespace </span>v1 {</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="keyword">template</span><<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html"> 46</a></span>  <span class="keyword">struct </span><a class="code" href="structgf_1_1_ball.html">Ball</a> {</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#ac67888a234a7f2bf057d3a1b94f2a1ee"> 47</a></span>  <a class="code" href="structgf_1_1_vector.html">Vector<T, N></a> <a class="code" href="structgf_1_1_ball.html#ac67888a234a7f2bf057d3a1b94f2a1ee">center</a>; </div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#a2ec6c7b7758fc5a06202329bfe30d351"> 48</a></span>  <a class="code" href="group__window.html#gga795d7d5e2f2a4f38b16b95e0e78cb626ab9ece18c950afbfa6b0fdbfa4ff731d3">T</a> <a class="code" href="structgf_1_1_ball.html#a2ec6c7b7758fc5a06202329bfe30d351">radius</a>; </div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> </div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#ae6a248aadaf1e9b82b9bb4b2a315a0f3"> 55</a></span>  constexpr <a class="code" href="structgf_1_1_ball.html#ae6a248aadaf1e9b82b9bb4b2a315a0f3">Ball</a>() noexcept</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  : center(<a class="code" href="namespacegf.html">gf</a>::<a class="code" href="group__graphics.html#gga6f830cd8f436b449734223c382ef1aaead7ed4ee1df437474d005188535f74875">Zero</a>)</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  , radius(<a class="code" href="group__window.html#gga795d7d5e2f2a4f38b16b95e0e78cb626ab9ece18c950afbfa6b0fdbfa4ff731d3">T</a>(0))</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  {</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  }</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> </div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#a5b134610938c4445f22c8daa9454f659"> 67</a></span>  constexpr <a class="code" href="structgf_1_1_ball.html#a5b134610938c4445f22c8daa9454f659">Ball</a>(<span class="keyword">const</span> <a class="code" href="structgf_1_1_vector.html">Vector<T, N></a>& ballCenter, <a class="code" href="group__window.html#gga795d7d5e2f2a4f38b16b95e0e78cb626ab9ece18c950afbfa6b0fdbfa4ff731d3">T</a> ballRadius) noexcept</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  : center(ballCenter)</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  , radius(ballRadius)</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  {</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span> </div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  }</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span> </div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#ac3bbe07fa3643ea7d24982295c5346f2"> 82</a></span>  constexpr <a class="code" href="structgf_1_1_vector.html">Vector<T, N></a> <a class="code" href="structgf_1_1_ball.html#ac3bbe07fa3643ea7d24982295c5346f2">getCenter</a>() const noexcept {</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordflow">return</span> center;</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  }</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span> </div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#ac37d616453d91f4e0839f64097201338"> 94</a></span>  constexpr <a class="code" href="group__window.html#gga795d7d5e2f2a4f38b16b95e0e78cb626ab9ece18c950afbfa6b0fdbfa4ff731d3">T</a> <a class="code" href="structgf_1_1_ball.html#ac37d616453d91f4e0839f64097201338">getRadius</a>() const noexcept {</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keywordflow">return</span> radius;</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  }</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span> </div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#a5d1d8bd50e83ecd16c453c9169e00d05"> 105</a></span>  constexpr <span class="keywordtype">bool</span> <a class="code" href="structgf_1_1_ball.html#a5d1d8bd50e83ecd16c453c9169e00d05">isEmpty</a>() const noexcept {</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <span class="keywordflow">return</span> radius == <a class="code" href="group__window.html#gga795d7d5e2f2a4f38b16b95e0e78cb626ab9ece18c950afbfa6b0fdbfa4ff731d3">T</a>(0);</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  }</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span> </div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#a1e7f217013487f84592f84f974586678"> 116</a></span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="structgf_1_1_ball.html#a1e7f217013487f84592f84f974586678">contains</a>(<span class="keyword">const</span> <a class="code" href="structgf_1_1_vector.html">Vector<T, N></a>& point) <span class="keyword">const</span> noexcept {</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <span class="keywordflow">return</span> gf::squareDistance(center, point) <= <a class="code" href="group__core.html#ga0e22be4ddd625e4c235dbf0ef2d1f43f">gf::square</a>(radius);</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  }</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span> </div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#a07275a6b3b10afb2e09dc0555168241c"> 127</a></span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="structgf_1_1_ball.html#a07275a6b3b10afb2e09dc0555168241c">intersects</a>(<span class="keyword">const</span> <a class="code" href="structgf_1_1_ball.html">Ball<T, N></a>& other) <span class="keyword">const</span> noexcept {</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keywordflow">return</span> gf::squareDistance(center, other.center) <= <a class="code" href="group__core.html#ga0e22be4ddd625e4c235dbf0ef2d1f43f">gf::square</a>(radius + other.radius);</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  }</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> </div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  };</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span> </div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <span class="keyword">template</span><<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  constexpr</div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#a24ea69e3259d95402065c5318d9614f5"> 143</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structgf_1_1_ball.html#a24ea69e3259d95402065c5318d9614f5">operator==</a>(<span class="keyword">const</span> <a class="code" href="structgf_1_1_ball.html">Ball<T, N></a>& lhs, <span class="keyword">const</span> <a class="code" href="structgf_1_1_ball.html">Ball<T, N></a>& rhs) {</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <span class="keywordflow">return</span> lhs.<a class="code" href="structgf_1_1_ball.html#ac67888a234a7f2bf057d3a1b94f2a1ee">center</a> == rhs.<a class="code" href="structgf_1_1_ball.html#ac67888a234a7f2bf057d3a1b94f2a1ee">center</a> && lhs.<a class="code" href="structgf_1_1_ball.html#a2ec6c7b7758fc5a06202329bfe30d351">radius</a> == rhs.<a class="code" href="structgf_1_1_ball.html#a2ec6c7b7758fc5a06202329bfe30d351">radius</a>;</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  }</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span> </div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <span class="keyword">template</span><<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  constexpr</div><div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#aeabd8a919c375d611664747e64760a81"> 157</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structgf_1_1_ball.html#aeabd8a919c375d611664747e64760a81">operator!=</a>(<span class="keyword">const</span> <a class="code" href="structgf_1_1_ball.html">Ball<T, N></a>& lhs, <span class="keyword">const</span> <a class="code" href="structgf_1_1_ball.html">Ball<T, N></a>& rhs) {</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keywordflow">return</span> lhs.<a class="code" href="structgf_1_1_ball.html#ac67888a234a7f2bf057d3a1b94f2a1ee">center</a> != rhs.<a class="code" href="structgf_1_1_ball.html#ac67888a234a7f2bf057d3a1b94f2a1ee">center</a> || lhs.<a class="code" href="structgf_1_1_ball.html#a2ec6c7b7758fc5a06202329bfe30d351">radius</a> != rhs.<a class="code" href="structgf_1_1_ball.html#a2ec6c7b7758fc5a06202329bfe30d351">radius</a>;</div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  }</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span> </div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  <span class="keyword">template</span><<span class="keyword">typename</span> Archive, <span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div><div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="structgf_1_1_ball.html#af3a7ee37e55d3fd4b9180efd4ece648e"> 170</a></span>  Archive& <a class="code" href="structgf_1_1_ball.html#af3a7ee37e55d3fd4b9180efd4ece648e">operator|</a>(Archive& ar, <a class="code" href="structgf_1_1_ball.html">Ball<T, N></a>& ball) {</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  <span class="keywordflow">return</span> ar | ball.<a class="code" href="structgf_1_1_ball.html#ac67888a234a7f2bf057d3a1b94f2a1ee">center</a> | ball.<a class="code" href="structgf_1_1_ball.html#a2ec6c7b7758fc5a06202329bfe30d351">radius</a>;</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  }</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span> </div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span> <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span> }</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span> }</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span> </div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span> </div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span> <span class="preprocessor">#endif // GF_BALL_H</span></div><div class="ttc" id="group__window_html_gga795d7d5e2f2a4f38b16b95e0e78cb626ab9ece18c950afbfa6b0fdbfa4ff731d3"><div class="ttname"><a href="group__window.html#gga795d7d5e2f2a4f38b16b95e0e78cb626ab9ece18c950afbfa6b0fdbfa4ff731d3">gf::Scancode::T</a></div></div>
<div class="ttc" id="structgf_1_1_ball_html_ac3bbe07fa3643ea7d24982295c5346f2"><div class="ttname"><a href="structgf_1_1_ball.html#ac3bbe07fa3643ea7d24982295c5346f2">gf::Ball::getCenter</a></div><div class="ttdeci">constexpr Vector< T, N > getCenter() const noexcept</div><div class="ttdoc">Get the center of the ball. </div><div class="ttdef"><b>Definition:</b> Ball.h:82</div></div>
<div class="ttc" id="structgf_1_1_ball_html_a07275a6b3b10afb2e09dc0555168241c"><div class="ttname"><a href="structgf_1_1_ball.html#a07275a6b3b10afb2e09dc0555168241c">gf::Ball::intersects</a></div><div class="ttdeci">bool intersects(const Ball< T, N > &other) const noexcept</div><div class="ttdoc">Check the intersection between two balls. </div><div class="ttdef"><b>Definition:</b> Ball.h:127</div></div>
<div class="ttc" id="structgf_1_1_ball_html_af3a7ee37e55d3fd4b9180efd4ece648e"><div class="ttname"><a href="structgf_1_1_ball.html#af3a7ee37e55d3fd4b9180efd4ece648e">gf::Ball::operator|</a></div><div class="ttdeci">Archive & operator|(Archive &ar, Ball< T, N > &ball)</div><div class="ttdoc">Serialize a ball. </div><div class="ttdef"><b>Definition:</b> Ball.h:170</div></div>
<div class="ttc" id="structgf_1_1_ball_html"><div class="ttname"><a href="structgf_1_1_ball.html">gf::Ball</a></div><div class="ttdoc">A n-dimension ball. </div><div class="ttdef"><b>Definition:</b> Ball.h:46</div></div>
<div class="ttc" id="group__core_html_ga0e22be4ddd625e4c235dbf0ef2d1f43f"><div class="ttname"><a href="group__core.html#ga0e22be4ddd625e4c235dbf0ef2d1f43f">gf::square</a></div><div class="ttdeci">constexpr T square(T val)</div><div class="ttdoc">Square function. </div><div class="ttdef"><b>Definition:</b> Math.h:289</div></div>
<div class="ttc" id="structgf_1_1_ball_html_aeabd8a919c375d611664747e64760a81"><div class="ttname"><a href="structgf_1_1_ball.html#aeabd8a919c375d611664747e64760a81">gf::Ball::operator!=</a></div><div class="ttdeci">constexpr bool operator!=(const Ball< T, N > &lhs, const Ball< T, N > &rhs)</div><div class="ttdoc">Inequality operator. </div><div class="ttdef"><b>Definition:</b> Ball.h:157</div></div>
<div class="ttc" id="structgf_1_1_ball_html_ac37d616453d91f4e0839f64097201338"><div class="ttname"><a href="structgf_1_1_ball.html#ac37d616453d91f4e0839f64097201338">gf::Ball::getRadius</a></div><div class="ttdeci">constexpr T getRadius() const noexcept</div><div class="ttdoc">Get the radius of the ball. </div><div class="ttdef"><b>Definition:</b> Ball.h:94</div></div>
<div class="ttc" id="namespacegf_html"><div class="ttname"><a href="namespacegf.html">gf</a></div><div class="ttdoc">The namespace for gf classes. </div><div class="ttdef"><b>Definition:</b> Action.h:35</div></div>
<div class="ttc" id="structgf_1_1_ball_html_a24ea69e3259d95402065c5318d9614f5"><div class="ttname"><a href="structgf_1_1_ball.html#a24ea69e3259d95402065c5318d9614f5">gf::Ball::operator==</a></div><div class="ttdeci">constexpr bool operator==(const Ball< T, N > &lhs, const Ball< T, N > &rhs)</div><div class="ttdoc">Equality operator. </div><div class="ttdef"><b>Definition:</b> Ball.h:143</div></div>
<div class="ttc" id="structgf_1_1_ball_html_a2ec6c7b7758fc5a06202329bfe30d351"><div class="ttname"><a href="structgf_1_1_ball.html#a2ec6c7b7758fc5a06202329bfe30d351">gf::Ball::radius</a></div><div class="ttdeci">T radius</div><div class="ttdoc">Radius of the ball. </div><div class="ttdef"><b>Definition:</b> Ball.h:48</div></div>
<div class="ttc" id="structgf_1_1_ball_html_a5d1d8bd50e83ecd16c453c9169e00d05"><div class="ttname"><a href="structgf_1_1_ball.html#a5d1d8bd50e83ecd16c453c9169e00d05">gf::Ball::isEmpty</a></div><div class="ttdeci">constexpr bool isEmpty() const noexcept</div><div class="ttdoc">Check if the ball is empty. </div><div class="ttdef"><b>Definition:</b> Ball.h:105</div></div>
<div class="ttc" id="structgf_1_1_ball_html_a5b134610938c4445f22c8daa9454f659"><div class="ttname"><a href="structgf_1_1_ball.html#a5b134610938c4445f22c8daa9454f659">gf::Ball::Ball</a></div><div class="ttdeci">constexpr Ball(const Vector< T, N > &ballCenter, T ballRadius) noexcept</div><div class="ttdoc">Construct the ball from center and radius. </div><div class="ttdef"><b>Definition:</b> Ball.h:67</div></div>
<div class="ttc" id="structgf_1_1_vector_html"><div class="ttname"><a href="structgf_1_1_vector.html">gf::Vector</a></div><div class="ttdoc">General purpose math vector. </div><div class="ttdef"><b>Definition:</b> Vector.h:61</div></div>
<div class="ttc" id="structgf_1_1_ball_html_ac67888a234a7f2bf057d3a1b94f2a1ee"><div class="ttname"><a href="structgf_1_1_ball.html#ac67888a234a7f2bf057d3a1b94f2a1ee">gf::Ball::center</a></div><div class="ttdeci">Vector< T, N > center</div><div class="ttdoc">Center of the ball. </div><div class="ttdef"><b>Definition:</b> Ball.h:47</div></div>
<div class="ttc" id="structgf_1_1_ball_html_a1e7f217013487f84592f84f974586678"><div class="ttname"><a href="structgf_1_1_ball.html#a1e7f217013487f84592f84f974586678">gf::Ball::contains</a></div><div class="ttdeci">bool contains(const Vector< T, N > &point) const noexcept</div><div class="ttdoc">Check if a point is insied a ball&#39;s area. </div><div class="ttdef"><b>Definition:</b> Ball.h:116</div></div>
<div class="ttc" id="group__graphics_html_gga6f830cd8f436b449734223c382ef1aaead7ed4ee1df437474d005188535f74875"><div class="ttname"><a href="group__graphics.html#gga6f830cd8f436b449734223c382ef1aaead7ed4ee1df437474d005188535f74875">gf::BlendFactor::Zero</a></div><div class="ttdoc">(0, 0, 0, 0) </div></div>
<div class="ttc" id="structgf_1_1_ball_html_ae6a248aadaf1e9b82b9bb4b2a315a0f3"><div class="ttname"><a href="structgf_1_1_ball.html#ae6a248aadaf1e9b82b9bb4b2a315a0f3">gf::Ball::Ball</a></div><div class="ttdeci">constexpr Ball() noexcept</div><div class="ttdoc">Default constructor. </div><div class="ttdef"><b>Definition:</b> Ball.h:55</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>