Files
Bomberman/classBBM_1_1CollisionComponent.html
2021-06-26 11:31:13 +00:00

614 lines
42 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Bomberman: BBM::CollisionComponent Class Reference</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>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.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="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Bomberman
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceBBM.html">BBM</a></li><li class="navelem"><a class="el" href="classBBM_1_1CollisionComponent.html">CollisionComponent</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="classBBM_1_1CollisionComponent-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">BBM::CollisionComponent Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include &lt;<a class="el" href="CollisionComponent_8hpp_source.html">CollisionComponent.hpp</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for BBM::CollisionComponent:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="classBBM_1_1CollisionComponent__inherit__graph.svg" width="202" height="463"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
<div class="dynheader">
Collaboration diagram for BBM::CollisionComponent:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="classBBM_1_1CollisionComponent__coll__graph.svg" width="572" height="1374"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a77065b4812146636d66c20154c8bb431"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a> { <br />
&#160;&#160;<a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431a645b40bb7b5fa7d5c58c11ea08edcec8">NONE</a> = 0,
<a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431a575c0e8c0ab26640a36f515d5ac6e7da">X</a> = 1,
<a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431afaf2d681c3ce4c50dcc7b484cd1bf6ce">Y</a> = 2,
<a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431a9cd7f5993d6a24684a087f54a3ebbaf1">Z</a> = 4,
<br />
&#160;&#160;<a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431af7422d96a2893c4db99856915aad881e">ALL</a> = 7
<br />
}</td></tr>
<tr class="memdesc:a77065b4812146636d66c20154c8bb431"><td class="mdescLeft">&#160;</td><td class="mdescRight">Used to tell the collided axis. <a href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">More...</a><br /></td></tr>
<tr class="separator:a77065b4812146636d66c20154c8bb431"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a3100897500bc8640dc541e7ca8fe7e53"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classWAL_1_1Component.html">WAL::Component</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a3100897500bc8640dc541e7ca8fe7e53">clone</a> (<a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;entity) const override</td></tr>
<tr class="memdesc:a3100897500bc8640dc541e7ca8fe7e53"><td class="mdescLeft">&#160;</td><td class="mdescRight">Clone a component for another or the same entity. <a href="classBBM_1_1CollisionComponent.html#a3100897500bc8640dc541e7ca8fe7e53">More...</a><br /></td></tr>
<tr class="separator:a3100897500bc8640dc541e7ca8fe7e53"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4d766bd8be5bb25ca72003c4b639b9e5"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a4d766bd8be5bb25ca72003c4b639b9e5">CollisionComponent</a> (<a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;entity)</td></tr>
<tr class="memdesc:a4d766bd8be5bb25ca72003c4b639b9e5"><td class="mdescLeft">&#160;</td><td class="mdescRight">A component can't be instantiated, it should be derived. <a href="classBBM_1_1CollisionComponent.html#a4d766bd8be5bb25ca72003c4b639b9e5">More...</a><br /></td></tr>
<tr class="separator:a4d766bd8be5bb25ca72003c4b639b9e5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3c67d77d12f5bd3ff6ab87eee4e219be"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a3c67d77d12f5bd3ff6ab87eee4e219be">CollisionComponent</a> (<a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;entity, const <a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt; <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a> &gt; &amp;<a class="el" href="classBBM_1_1CollisionComponent.html#a63a43d7889bdcd28d3210cec508ad874">onCollide</a>, const <a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt; <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a> &gt; &amp;<a class="el" href="classBBM_1_1CollisionComponent.html#a28a25411d46c2f461bfc6570310ccf5b">onCollided</a>, <a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a> <a class="el" href="classBBM_1_1CollisionComponent.html#a00eee9ae1c9e3a17a9c40506310b1d0e">positionOffset</a>, <a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a> <a class="el" href="classBBM_1_1CollisionComponent.html#af9c176ef71d1c7098390814e64b7464e">bound</a>)</td></tr>
<tr class="memdesc:a3c67d77d12f5bd3ff6ab87eee4e219be"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor with a <a class="el" href="classWAL_1_1Callback.html" title="A callback where you can subscribe to and emit it.">WAL::Callback</a>. <a href="classBBM_1_1CollisionComponent.html#a3c67d77d12f5bd3ff6ab87eee4e219be">More...</a><br /></td></tr>
<tr class="separator:a3c67d77d12f5bd3ff6ab87eee4e219be"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7e93211eba7986b41d1a6c0401d6d46c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a7e93211eba7986b41d1a6c0401d6d46c">CollisionComponent</a> (<a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;entity, const <a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt; <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a> &gt; &amp;<a class="el" href="classBBM_1_1CollisionComponent.html#a63a43d7889bdcd28d3210cec508ad874">onCollide</a>, const <a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt; <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a> &gt; &amp;<a class="el" href="classBBM_1_1CollisionComponent.html#a28a25411d46c2f461bfc6570310ccf5b">onCollided</a>, float <a class="el" href="classBBM_1_1CollisionComponent.html#a00eee9ae1c9e3a17a9c40506310b1d0e">positionOffset</a>, float boundSize)</td></tr>
<tr class="memdesc:a7e93211eba7986b41d1a6c0401d6d46c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor with a <a class="el" href="classWAL_1_1Callback.html" title="A callback where you can subscribe to and emit it.">WAL::Callback</a>, same boundSize for all axis. <a href="classBBM_1_1CollisionComponent.html#a7e93211eba7986b41d1a6c0401d6d46c">More...</a><br /></td></tr>
<tr class="separator:a7e93211eba7986b41d1a6c0401d6d46c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad9e98eef424affd124474bd99135588c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#ad9e98eef424affd124474bd99135588c">CollisionComponent</a> (<a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;entity, <a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a> <a class="el" href="classBBM_1_1CollisionComponent.html#a00eee9ae1c9e3a17a9c40506310b1d0e">positionOffset</a>, <a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a> <a class="el" href="classBBM_1_1CollisionComponent.html#af9c176ef71d1c7098390814e64b7464e">bound</a>)</td></tr>
<tr class="memdesc:ad9e98eef424affd124474bd99135588c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor of collider with no callback. <a href="classBBM_1_1CollisionComponent.html#ad9e98eef424affd124474bd99135588c">More...</a><br /></td></tr>
<tr class="separator:ad9e98eef424affd124474bd99135588c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a532b4b27461535a6475466c9a05867c9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a532b4b27461535a6475466c9a05867c9">CollisionComponent</a> (<a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;entity, float <a class="el" href="classBBM_1_1CollisionComponent.html#a00eee9ae1c9e3a17a9c40506310b1d0e">positionOffset</a>, float boundSize)</td></tr>
<tr class="memdesc:a532b4b27461535a6475466c9a05867c9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor no callback, same boundSize &amp; positionOffset for all axis. <a href="classBBM_1_1CollisionComponent.html#a532b4b27461535a6475466c9a05867c9">More...</a><br /></td></tr>
<tr class="separator:a532b4b27461535a6475466c9a05867c9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a832a5c7e5fe4552f99181f341f83d41b"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a832a5c7e5fe4552f99181f341f83d41b">CollisionComponent</a> (const <a class="el" href="classBBM_1_1CollisionComponent.html">CollisionComponent</a> &amp;)=default</td></tr>
<tr class="memdesc:a832a5c7e5fe4552f99181f341f83d41b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default copy constructor. <a href="classBBM_1_1CollisionComponent.html#a832a5c7e5fe4552f99181f341f83d41b">More...</a><br /></td></tr>
<tr class="separator:a832a5c7e5fe4552f99181f341f83d41b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a24f0a794ca13d9707b4c133deedcb6fd"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a24f0a794ca13d9707b4c133deedcb6fd">~CollisionComponent</a> () override=default</td></tr>
<tr class="memdesc:a24f0a794ca13d9707b4c133deedcb6fd"><td class="mdescLeft">&#160;</td><td class="mdescRight">default destructor <a href="classBBM_1_1CollisionComponent.html#a24f0a794ca13d9707b4c133deedcb6fd">More...</a><br /></td></tr>
<tr class="separator:a24f0a794ca13d9707b4c133deedcb6fd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7534497106abbdac85ee3de6245daa90"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classBBM_1_1CollisionComponent.html">CollisionComponent</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a7534497106abbdac85ee3de6245daa90">operator=</a> (const <a class="el" href="classBBM_1_1CollisionComponent.html">CollisionComponent</a> &amp;)=delete</td></tr>
<tr class="memdesc:a7534497106abbdac85ee3de6245daa90"><td class="mdescLeft">&#160;</td><td class="mdescRight">A component can't be assigned. <a href="classBBM_1_1CollisionComponent.html#a7534497106abbdac85ee3de6245daa90">More...</a><br /></td></tr>
<tr class="separator:a7534497106abbdac85ee3de6245daa90"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classWAL_1_1Component"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classWAL_1_1Component')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classWAL_1_1Component.html">WAL::Component</a></td></tr>
<tr class="memitem:a155fb97f22714a0f489af7442d7d3253 inherit pub_methods_classWAL_1_1Component"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classWAL_1_1Component.html">Component</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classWAL_1_1Component.html#a155fb97f22714a0f489af7442d7d3253">operator=</a> (const <a class="el" href="classWAL_1_1Component.html">Component</a> &amp;)=delete</td></tr>
<tr class="memdesc:a155fb97f22714a0f489af7442d7d3253 inherit pub_methods_classWAL_1_1Component"><td class="mdescLeft">&#160;</td><td class="mdescRight">A component can't be assigned. <a href="classWAL_1_1Component.html#a155fb97f22714a0f489af7442d7d3253">More...</a><br /></td></tr>
<tr class="separator:a155fb97f22714a0f489af7442d7d3253 inherit pub_methods_classWAL_1_1Component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3d8e13fdc53a63b0b1f8d15576f98cf8 inherit pub_methods_classWAL_1_1Component"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classWAL_1_1Component.html#a3d8e13fdc53a63b0b1f8d15576f98cf8">~Component</a> ()=default</td></tr>
<tr class="memdesc:a3d8e13fdc53a63b0b1f8d15576f98cf8 inherit pub_methods_classWAL_1_1Component"><td class="mdescLeft">&#160;</td><td class="mdescRight">A virtual destructor. <a href="classWAL_1_1Component.html#a3d8e13fdc53a63b0b1f8d15576f98cf8">More...</a><br /></td></tr>
<tr class="separator:a3d8e13fdc53a63b0b1f8d15576f98cf8 inherit pub_methods_classWAL_1_1Component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4acae0960f4232caf8395b2465dde8cc inherit pub_methods_classWAL_1_1Component"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classWAL_1_1Component.html#a4acae0960f4232caf8395b2465dde8cc">onStart</a> ()</td></tr>
<tr class="memdesc:a4acae0960f4232caf8395b2465dde8cc inherit pub_methods_classWAL_1_1Component"><td class="mdescLeft">&#160;</td><td class="mdescRight">The entity or this component has just been enabled. <a href="classWAL_1_1Component.html#a4acae0960f4232caf8395b2465dde8cc">More...</a><br /></td></tr>
<tr class="separator:a4acae0960f4232caf8395b2465dde8cc inherit pub_methods_classWAL_1_1Component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0f3f4fe54fd06de1e685835977fef050 inherit pub_methods_classWAL_1_1Component"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classWAL_1_1Component.html#a0f3f4fe54fd06de1e685835977fef050">onStop</a> ()</td></tr>
<tr class="memdesc:a0f3f4fe54fd06de1e685835977fef050 inherit pub_methods_classWAL_1_1Component"><td class="mdescLeft">&#160;</td><td class="mdescRight">The entity or this component has just been disable. <a href="classWAL_1_1Component.html#a0f3f4fe54fd06de1e685835977fef050">More...</a><br /></td></tr>
<tr class="separator:a0f3f4fe54fd06de1e685835977fef050 inherit pub_methods_classWAL_1_1Component"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a63a43d7889bdcd28d3210cec508ad874"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt; <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a63a43d7889bdcd28d3210cec508ad874">onCollide</a></td></tr>
<tr class="memdesc:a63a43d7889bdcd28d3210cec508ad874"><td class="mdescLeft">&#160;</td><td class="mdescRight">onCollide functions to be called <a href="classBBM_1_1CollisionComponent.html#a63a43d7889bdcd28d3210cec508ad874">More...</a><br /></td></tr>
<tr class="separator:a63a43d7889bdcd28d3210cec508ad874"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a28a25411d46c2f461bfc6570310ccf5b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt; <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a28a25411d46c2f461bfc6570310ccf5b">onCollided</a></td></tr>
<tr class="memdesc:a28a25411d46c2f461bfc6570310ccf5b"><td class="mdescLeft">&#160;</td><td class="mdescRight">onCollided functions to be called <a href="classBBM_1_1CollisionComponent.html#a28a25411d46c2f461bfc6570310ccf5b">More...</a><br /></td></tr>
<tr class="separator:a28a25411d46c2f461bfc6570310ccf5b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af9c176ef71d1c7098390814e64b7464e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#af9c176ef71d1c7098390814e64b7464e">bound</a></td></tr>
<tr class="memdesc:af9c176ef71d1c7098390814e64b7464e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Bound size on all axis. <a href="classBBM_1_1CollisionComponent.html#af9c176ef71d1c7098390814e64b7464e">More...</a><br /></td></tr>
<tr class="separator:af9c176ef71d1c7098390814e64b7464e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a00eee9ae1c9e3a17a9c40506310b1d0e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBBM_1_1CollisionComponent.html#a00eee9ae1c9e3a17a9c40506310b1d0e">positionOffset</a></td></tr>
<tr class="memdesc:a00eee9ae1c9e3a17a9c40506310b1d0e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Offset from the position component. <a href="classBBM_1_1CollisionComponent.html#a00eee9ae1c9e3a17a9c40506310b1d0e">More...</a><br /></td></tr>
<tr class="separator:a00eee9ae1c9e3a17a9c40506310b1d0e"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pro_methods_classWAL_1_1Component"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classWAL_1_1Component')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classWAL_1_1Component.html">WAL::Component</a></td></tr>
<tr class="memitem:ad27cb4b0bdc95b6245f6b5a8c56cc78a inherit pro_methods_classWAL_1_1Component"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classWAL_1_1Component.html#ad27cb4b0bdc95b6245f6b5a8c56cc78a">Component</a> (<a class="el" href="classWAL_1_1Entity.html">Entity</a> &amp;entity)</td></tr>
<tr class="memdesc:ad27cb4b0bdc95b6245f6b5a8c56cc78a inherit pro_methods_classWAL_1_1Component"><td class="mdescLeft">&#160;</td><td class="mdescRight">A component can't be instantiated, it should be derived. <a href="classWAL_1_1Component.html#ad27cb4b0bdc95b6245f6b5a8c56cc78a">More...</a><br /></td></tr>
<tr class="separator:ad27cb4b0bdc95b6245f6b5a8c56cc78a inherit pro_methods_classWAL_1_1Component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3a3306df3733bfa77c70d789b650984b inherit pro_methods_classWAL_1_1Component"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classWAL_1_1Component.html#a3a3306df3733bfa77c70d789b650984b">Component</a> (const <a class="el" href="classWAL_1_1Component.html">Component</a> &amp;)=default</td></tr>
<tr class="memdesc:a3a3306df3733bfa77c70d789b650984b inherit pro_methods_classWAL_1_1Component"><td class="mdescLeft">&#160;</td><td class="mdescRight">A component can't be instantiated, it should be derived. <a href="classWAL_1_1Component.html#a3a3306df3733bfa77c70d789b650984b">More...</a><br /></td></tr>
<tr class="separator:a3a3306df3733bfa77c70d789b650984b inherit pro_methods_classWAL_1_1Component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_attribs_classWAL_1_1Component"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_classWAL_1_1Component')"><img src="closed.png" alt="-"/>&#160;Protected Attributes inherited from <a class="el" href="classWAL_1_1Component.html">WAL::Component</a></td></tr>
<tr class="memitem:a3841f7c8cc4eeb9d1e97b3182976d89f inherit pro_attribs_classWAL_1_1Component"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classWAL_1_1Entity.html">Entity</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classWAL_1_1Component.html#a3841f7c8cc4eeb9d1e97b3182976d89f">_entity</a></td></tr>
<tr class="memdesc:a3841f7c8cc4eeb9d1e97b3182976d89f inherit pro_attribs_classWAL_1_1Component"><td class="mdescLeft">&#160;</td><td class="mdescRight">The entity that own this component. <a href="classWAL_1_1Component.html#a3841f7c8cc4eeb9d1e97b3182976d89f">More...</a><br /></td></tr>
<tr class="separator:a3841f7c8cc4eeb9d1e97b3182976d89f inherit pro_attribs_classWAL_1_1Component"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Member Enumeration Documentation</h2>
<a id="a77065b4812146636d66c20154c8bb431"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a77065b4812146636d66c20154c8bb431">&#9670;&nbsp;</a></span>CollidedAxis</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">BBM::CollisionComponent::CollidedAxis</a></td>
</tr>
</table>
</div><div class="memdoc">
<p>Used to tell the collided axis. </p>
<dl class="section note"><dt>Note</dt><dd>Usage: (collidedAxis (int given by callback)) &amp; CollidedAxis::X </dd></dl>
<table class="fieldtable">
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><a id="a77065b4812146636d66c20154c8bb431a645b40bb7b5fa7d5c58c11ea08edcec8"></a>NONE&#160;</td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="a77065b4812146636d66c20154c8bb431a575c0e8c0ab26640a36f515d5ac6e7da"></a>X&#160;</td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="a77065b4812146636d66c20154c8bb431afaf2d681c3ce4c50dcc7b484cd1bf6ce"></a>Y&#160;</td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="a77065b4812146636d66c20154c8bb431a9cd7f5993d6a24684a087f54a3ebbaf1"></a>Z&#160;</td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="a77065b4812146636d66c20154c8bb431af7422d96a2893c4db99856915aad881e"></a>ALL&#160;</td><td class="fielddoc"></td></tr>
</table>
</div>
</div>
<h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a4d766bd8be5bb25ca72003c4b639b9e5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4d766bd8be5bb25ca72003c4b639b9e5">&#9670;&nbsp;</a></span>CollisionComponent() <span class="overload">[1/6]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">BBM::CollisionComponent::CollisionComponent </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;&#160;</td>
<td class="paramname"><em>entity</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">explicit</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>A component can't be instantiated, it should be derived. </p>
</div>
</div>
<a id="a3c67d77d12f5bd3ff6ab87eee4e219be"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3c67d77d12f5bd3ff6ab87eee4e219be">&#9670;&nbsp;</a></span>CollisionComponent() <span class="overload">[2/6]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">BBM::CollisionComponent::CollisionComponent </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;&#160;</td>
<td class="paramname"><em>entity</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt; <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a> &gt; &amp;&#160;</td>
<td class="paramname"><em>onCollide</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt; <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a> &gt; &amp;&#160;</td>
<td class="paramname"><em>onCollided</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a>&#160;</td>
<td class="paramname"><em>positionOffset</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a>&#160;</td>
<td class="paramname"><em>bound</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Constructor with a <a class="el" href="classWAL_1_1Callback.html" title="A callback where you can subscribe to and emit it.">WAL::Callback</a>. </p>
</div>
</div>
<a id="a7e93211eba7986b41d1a6c0401d6d46c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7e93211eba7986b41d1a6c0401d6d46c">&#9670;&nbsp;</a></span>CollisionComponent() <span class="overload">[3/6]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">BBM::CollisionComponent::CollisionComponent </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;&#160;</td>
<td class="paramname"><em>entity</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt; <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a> &gt; &amp;&#160;</td>
<td class="paramname"><em>onCollide</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt; <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a> &gt; &amp;&#160;</td>
<td class="paramname"><em>onCollided</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">float&#160;</td>
<td class="paramname"><em>positionOffset</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">float&#160;</td>
<td class="paramname"><em>boundSize</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Constructor with a <a class="el" href="classWAL_1_1Callback.html" title="A callback where you can subscribe to and emit it.">WAL::Callback</a>, same boundSize for all axis. </p>
</div>
</div>
<a id="ad9e98eef424affd124474bd99135588c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad9e98eef424affd124474bd99135588c">&#9670;&nbsp;</a></span>CollisionComponent() <span class="overload">[4/6]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">BBM::CollisionComponent::CollisionComponent </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;&#160;</td>
<td class="paramname"><em>entity</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a>&#160;</td>
<td class="paramname"><em>positionOffset</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a>&#160;</td>
<td class="paramname"><em>bound</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Constructor of collider with no callback. </p>
</div>
</div>
<a id="a532b4b27461535a6475466c9a05867c9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a532b4b27461535a6475466c9a05867c9">&#9670;&nbsp;</a></span>CollisionComponent() <span class="overload">[5/6]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">BBM::CollisionComponent::CollisionComponent </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;&#160;</td>
<td class="paramname"><em>entity</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">float&#160;</td>
<td class="paramname"><em>positionOffset</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">float&#160;</td>
<td class="paramname"><em>boundSize</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Constructor no callback, same boundSize &amp; positionOffset for all axis. </p>
</div>
</div>
<a id="a832a5c7e5fe4552f99181f341f83d41b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a832a5c7e5fe4552f99181f341f83d41b">&#9670;&nbsp;</a></span>CollisionComponent() <span class="overload">[6/6]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">BBM::CollisionComponent::CollisionComponent </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classBBM_1_1CollisionComponent.html">CollisionComponent</a> &amp;&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">default</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Default copy constructor. </p>
</div>
</div>
<a id="a24f0a794ca13d9707b4c133deedcb6fd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a24f0a794ca13d9707b4c133deedcb6fd">&#9670;&nbsp;</a></span>~CollisionComponent()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">BBM::CollisionComponent::~CollisionComponent </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">default</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>default destructor </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a3100897500bc8640dc541e7ca8fe7e53"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3100897500bc8640dc541e7ca8fe7e53">&#9670;&nbsp;</a></span>clone()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classWAL_1_1Component.html">WAL::Component</a> * BBM::CollisionComponent::clone </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;&#160;</td>
<td class="paramname"><em>entity</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Clone a component for another or the same entity. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">entity</td><td>The entity that owns the ne component. </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classWAL_1_1Component.html#a0bbee4f657e10fd190a28d15afe63e93">WAL::Component</a>.</p>
</div>
</div>
<a id="a7534497106abbdac85ee3de6245daa90"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7534497106abbdac85ee3de6245daa90">&#9670;&nbsp;</a></span>operator=()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classBBM_1_1CollisionComponent.html">CollisionComponent</a>&amp; BBM::CollisionComponent::operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classBBM_1_1CollisionComponent.html">CollisionComponent</a> &amp;&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">delete</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>A component can't be assigned. </p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a id="af9c176ef71d1c7098390814e64b7464e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af9c176ef71d1c7098390814e64b7464e">&#9670;&nbsp;</a></span>bound</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a> BBM::CollisionComponent::bound</td>
</tr>
</table>
</div><div class="memdoc">
<p>Bound size on all axis. </p>
</div>
</div>
<a id="a63a43d7889bdcd28d3210cec508ad874"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a63a43d7889bdcd28d3210cec508ad874">&#9670;&nbsp;</a></span>onCollide</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt;<a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a>&gt; BBM::CollisionComponent::onCollide</td>
</tr>
</table>
</div><div class="memdoc">
<p>onCollide functions to be called </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">first</td><td>self </td></tr>
<tr><td class="paramname">second</td><td>the entity you collided </td></tr>
<tr><td class="paramname">third</td><td>the collision axis (to know which axis collided) </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="a28a25411d46c2f461bfc6570310ccf5b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a28a25411d46c2f461bfc6570310ccf5b">&#9670;&nbsp;</a></span>onCollided</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classWAL_1_1Callback.html">WAL::Callback</a>&lt;<a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, const <a class="el" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;, <a class="el" href="classBBM_1_1CollisionComponent.html#a77065b4812146636d66c20154c8bb431">CollidedAxis</a>&gt; BBM::CollisionComponent::onCollided</td>
</tr>
</table>
</div><div class="memdoc">
<p>onCollided functions to be called </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">first</td><td>the entity that collided you </td></tr>
<tr><td class="paramname">second</td><td>self </td></tr>
<tr><td class="paramname">third</td><td>the collision axis (to know which axis collided) </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="a00eee9ae1c9e3a17a9c40506310b1d0e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a00eee9ae1c9e3a17a9c40506310b1d0e">&#9670;&nbsp;</a></span>positionOffset</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="namespaceBBM.html#ad0b7cbe1d35a6c8ac75e31df6e1357a5">Vector3f</a> BBM::CollisionComponent::positionOffset</td>
</tr>
</table>
</div><div class="memdoc">
<p>Offset from the position component. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>sources/Component/Collision/<a class="el" href="CollisionComponent_8hpp_source.html">CollisionComponent.hpp</a></li>
<li>sources/Component/Collision/<a class="el" href="CollisionComponent_8cpp.html">CollisionComponent.cpp</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>