Skip to content

Commit

Permalink
deploy: a8e1ee6
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenatlas committed Feb 12, 2024
1 parent 7784d44 commit fd2ce2e
Show file tree
Hide file tree
Showing 13 changed files with 289 additions and 37 deletions.
3 changes: 2 additions & 1 deletion docs/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ <h1>Classes</h1>
<li>struct <a href="structcubos_1_1core_1_1geom_1_1AABB.html" class="m-doc">AABB</a> <span class="m-doc">Represents an axis-aligned bounding box.</span></li>
<li>struct <a href="structcubos_1_1core_1_1geom_1_1Box.html" class="m-doc">Box</a> <span class="m-doc">Represents a box shape.</span></li>
<li>struct <a href="structcubos_1_1core_1_1geom_1_1Capsule.html" class="m-doc">Capsule</a> <span class="m-doc">Represents a capsule or sphere shape.</span></li>
<li>struct <a href="structcubos_1_1core_1_1geom_1_1Intersection.html" class="m-doc">Intersection</a> <span class="m-doc">Contains info regarding an intersection between shapes.</span></li>
</ul>
</li>
<li class="m-doc-collapsible collapsed">
Expand Down Expand Up @@ -408,6 +409,7 @@ <h1>Classes</h1>
<li>struct <a href="structcubos_1_1engine_1_1CapsuleCollisionShape.html" class="m-doc">CapsuleCollisionShape</a> <span class="m-doc">Component which adds a capsule collision shape to an entity, used with a <a href="structcubos_1_1engine_1_1Collider.html" class="m-doc">Collider</a> component.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1ChildOf.html" class="m-doc">ChildOf</a> <span class="m-doc">Tree relation which indicates the &#x27;from&#x27; entity is a child of the &#x27;to&#x27; entity.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1Collider.html" class="m-doc">Collider</a> <span class="m-doc">Component which adds a collider to an entity.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1CollidingWith.html" class="m-doc">CollidingWith</a> <span class="m-doc">Component which represents a collision.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1CollisionEvent.html" class="m-doc">CollisionEvent</a> <span class="m-doc">Represents a collision event.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1Damping.html" class="m-doc">Damping</a> <span class="m-doc">Resource which holds the damping value for integration.</span></li>
<li>class <a href="classcubos_1_1engine_1_1DataInspector.html" class="m-doc">DataInspector</a> <span class="m-label m-flat m-warning">final</span> <span class="m-doc">Resource which allows the user to inspect or modify any reflectable value on the UI.</span></li>
Expand Down Expand Up @@ -439,7 +441,6 @@ <h1>Classes</h1>
<li>class <a href="classcubos_1_1engine_1_1PostProcessingCopy.html" class="m-doc">PostProcessingCopy</a> <span class="m-doc">A simple post processing pass that copies the input texture to the output.</span></li>
<li>class <a href="classcubos_1_1engine_1_1PostProcessingManager.html" class="m-doc">PostProcessingManager</a> <span class="m-label m-flat m-warning">final</span> <span class="m-doc">Responsible for managing the post processing passes.</span></li>
<li>class <a href="classcubos_1_1engine_1_1PostProcessingPass.html" class="m-doc">PostProcessingPass</a> <span class="m-doc">A generic post processing pass.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1PotentiallyCollidingWith.html" class="m-doc">PotentiallyCollidingWith</a> <span class="m-doc">Component which represents a potential collisions.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1PreviousPosition.html" class="m-doc">PreviousPosition</a> <span class="m-doc">Component which holds the previous position of the entity. Used for the integrator on the update velocity step.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1RenderableGrid.html" class="m-doc">RenderableGrid</a> <span class="m-doc">Component which makes a voxel grid be rendered by the renderer plugin.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1RendererEnvironment.html" class="m-doc">RendererEnvironment</a> <span class="m-doc">Resource which stores the renderer&#x27;s ambient light and sky colors.</span></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>engine/collisions/broad_phase/potentially_colliding_with.hpp file | CUBOS. Docs</title>
<title>engine/collisions/narrow_phase/colliding_with.hpp file | CUBOS. Docs</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600" />
<link rel="stylesheet" href="m-dark+documentation.compiled.css" />
<link rel="icon" href="favicon-dark.png" type="image/png" />
Expand Down Expand Up @@ -46,9 +46,9 @@
<div class="m-row">
<div class="m-col-l-10 m-push-l-1">
<h1>
<span class="m-breadcrumb"><a href="dir_bafb7af0e03e95b24a45ff63060ab57b.html">engine</a>/</span><span class="m-breadcrumb"><a href="dir_db86702e1371d7558db3699dd3786a14.html">collisions</a>/</span><span class="m-breadcrumb"><a href="dir_6e3f4c3139d5f8b4a400c5df04d1a451.html">broad_phase</a>/</span>potentially_colliding_with.hpp <span class="m-thin">file</span>
<span class="m-breadcrumb"><a href="dir_bafb7af0e03e95b24a45ff63060ab57b.html">engine</a>/</span><span class="m-breadcrumb"><a href="dir_db86702e1371d7558db3699dd3786a14.html">collisions</a>/</span><span class="m-breadcrumb"><a href="dir_77bd77ff4542261a20a36735e261654d.html">narrow_phase</a>/</span>colliding_with.hpp <span class="m-thin">file</span>
</h1>
<p>Component <a href="structcubos_1_1engine_1_1PotentiallyCollidingWith.html" class="m-doc">cubos::<wbr />engine::<wbr />PotentiallyCollidingWith</a>.</p>
<p>Component <a href="structcubos_1_1engine_1_1CollidingWith.html" class="m-doc">cubos::<wbr />engine::<wbr />CollidingWith</a>.</p>
<nav class="m-block m-default">
<h3>Contents</h3>
<ul>
Expand All @@ -74,9 +74,9 @@ <h2><a href="#namespaces">Namespaces</a></h2>
<h2><a href="#nested-classes">Classes</a></h2>
<dl class="m-doc">
<dt>
struct <a href="structcubos_1_1engine_1_1PotentiallyCollidingWith.html" class="m-doc">cubos::engine::PotentiallyCollidingWith</a>
struct <a href="structcubos_1_1engine_1_1CollidingWith.html" class="m-doc">cubos::engine::CollidingWith</a>
</dt>
<dd>Component which represents a potential collisions.</dd>
<dd>Component which represents a collision.</dd>
</dl>
</section>
</div>
Expand Down
2 changes: 2 additions & 0 deletions docs/dir_c1deef5baf41393ad8a994c3fd53e62f.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ <h2><a href="#files">Files</a></h2>
<dd>Class <a href="structcubos_1_1core_1_1geom_1_1Box.html" class="m-doc">cubos::<wbr />core::<wbr />geom::<wbr />Box</a>.</dd>
<dt>file <a href="core_2include_2cubos_2core_2geom_2capsule_8hpp.html" class="m-doc">capsule.hpp</a></dt>
<dd>Class <a href="structcubos_1_1core_1_1geom_1_1Capsule.html" class="m-doc">cubos::<wbr />core::<wbr />geom::<wbr />Capsule</a>.</dd>
<dt>file <a href="intersections_8hpp.html" class="m-doc">intersections.hpp</a></dt>
<dd>Class cubos::core::geom::Intersections.</dd>
</dl>
</section>
</div>
Expand Down
2 changes: 0 additions & 2 deletions docs/dir_db86702e1371d7558db3699dd3786a14.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ <h3>Contents</h3>
<section id="subdirs">
<h2><a href="#subdirs">Directories</a></h2>
<dl class="m-doc">
<dt>directory <a href="dir_6e3f4c3139d5f8b4a400c5df04d1a451.html" class="m-doc">broad_phase</a>/</dt>
<dd>Broad phase collision sub-plugin directory.</dd>
<dt>directory <a href="dir_46c6a4a310169812045f09ba6135aa36.html" class="m-doc">shapes</a>/</dt>
<dd>Collision shapes components directory.</dd>
</dl>
Expand Down
7 changes: 1 addition & 6 deletions docs/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ <h1>Files</h1>
<li>file <a href="aabb_8hpp.html" class="m-doc">aabb.hpp</a> <span class="m-doc">Component <a href="structcubos_1_1core_1_1geom_1_1AABB.html" class="m-doc">cubos::<wbr />core::<wbr />geom::<wbr />AABB</a>.</span></li>
<li>file <a href="core_2include_2cubos_2core_2geom_2box_8hpp.html" class="m-doc">box.hpp</a> <span class="m-doc">Class <a href="structcubos_1_1core_1_1geom_1_1Box.html" class="m-doc">cubos::<wbr />core::<wbr />geom::<wbr />Box</a>.</span></li>
<li>file <a href="core_2include_2cubos_2core_2geom_2capsule_8hpp.html" class="m-doc">capsule.hpp</a> <span class="m-doc">Class <a href="structcubos_1_1core_1_1geom_1_1Capsule.html" class="m-doc">cubos::<wbr />core::<wbr />geom::<wbr />Capsule</a>.</span></li>
<li>file <a href="intersections_8hpp.html" class="m-doc">intersections.hpp</a> <span class="m-doc">Class cubos::core::geom::Intersections.</span></li>
</ul>
</li>
<li class="m-doc-collapsible collapsed">
Expand Down Expand Up @@ -272,12 +273,6 @@ <h1>Files</h1>
<li class="m-doc-collapsible collapsed">
<a href="#" onclick="return toggle(this)">dir</a> <a href="dir_db86702e1371d7558db3699dd3786a14.html" class="m-doc">collisions</a> <span class="m-doc"><a href="group__collisions-plugin.html" class="m-doc">Collisions</a> plugin directory.</span>
<ul class="m-doc">
<li class="m-doc-collapsible collapsed">
<a href="#" onclick="return toggle(this)">dir</a> <a href="dir_6e3f4c3139d5f8b4a400c5df04d1a451.html" class="m-doc">broad_phase</a> <span class="m-doc">Broad phase collision sub-plugin directory.</span>
<ul class="m-doc">
<li>file <a href="potentially__colliding__with_8hpp.html" class="m-doc">potentially_colliding_with.hpp</a> <span class="m-doc">Component <a href="structcubos_1_1engine_1_1PotentiallyCollidingWith.html" class="m-doc">cubos::<wbr />engine::<wbr />PotentiallyCollidingWith</a>.</span></li>
</ul>
</li>
<li class="m-doc-collapsible collapsed">
<a href="#" onclick="return toggle(this)">dir</a> <a href="dir_46c6a4a310169812045f09ba6135aa36.html" class="m-doc">shapes</a> <span class="m-doc">Collision shapes components directory.</span>
<ul class="m-doc">
Expand Down
12 changes: 6 additions & 6 deletions docs/group__collisions-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ <h3>Contents</h3>
<section id="files">
<h2><a href="#files">Files</a></h2>
<dl class="m-doc">
<dt>file <a href="potentially__colliding__with_8hpp.html" class="m-doc">potentially_colliding_with.hpp</a></dt>
<dd>Component <a href="structcubos_1_1engine_1_1PotentiallyCollidingWith.html" class="m-doc">cubos::<wbr />engine::<wbr />PotentiallyCollidingWith</a>.</dd>
<dt>file <a href="collider_8hpp.html" class="m-doc">collider.hpp</a></dt>
<dd>Component <a href="structcubos_1_1engine_1_1Collider.html" class="m-doc">cubos::<wbr />engine::<wbr />Collider</a>.</dd>
<dt>file <a href="collision__event_8hpp.html" class="m-doc">collision_event.hpp</a></dt>
<dd>Event <a href="structcubos_1_1engine_1_1CollisionEvent.html" class="m-doc">cubos::<wbr />engine::<wbr />CollisionEvent</a>.</dd>
<dt>file <a href="colliding__with_8hpp.html" class="m-doc">colliding_with.hpp</a></dt>
<dd>Component <a href="structcubos_1_1engine_1_1CollidingWith.html" class="m-doc">cubos::<wbr />engine::<wbr />CollidingWith</a>.</dd>
<dt>file <a href="engine_2include_2cubos_2engine_2collisions_2plugin_8hpp.html" class="m-doc">plugin.hpp</a></dt>
<dd>Plugin entry point.</dd>
<dt>file <a href="engine_2include_2cubos_2engine_2collisions_2shapes_2box_8hpp.html" class="m-doc">box.hpp</a></dt>
Expand All @@ -87,10 +87,6 @@ <h2><a href="#files">Files</a></h2>
<section id="nested-classes">
<h2><a href="#nested-classes">Classes</a></h2>
<dl class="m-doc">
<dt>
struct <a href="structcubos_1_1engine_1_1PotentiallyCollidingWith.html" class="m-doc">cubos::engine::PotentiallyCollidingWith</a>
</dt>
<dd>Component which represents a potential collisions.</dd>
<dt>
struct <a href="structcubos_1_1engine_1_1Collider.html" class="m-doc">cubos::engine::Collider</a>
</dt>
Expand All @@ -99,6 +95,10 @@ <h2><a href="#nested-classes">Classes</a></h2>
struct <a href="structcubos_1_1engine_1_1CollisionEvent.html" class="m-doc">cubos::engine::CollisionEvent</a>
</dt>
<dd>Represents a collision event.</dd>
<dt>
struct <a href="structcubos_1_1engine_1_1CollidingWith.html" class="m-doc">cubos::engine::CollidingWith</a>
</dt>
<dd>Component which represents a collision.</dd>
<dt>
struct <a href="structcubos_1_1engine_1_1BoxCollisionShape.html" class="m-doc">cubos::engine::BoxCollisionShape</a>
</dt>
Expand Down
6 changes: 6 additions & 0 deletions docs/group__core-geom.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ <h2><a href="#files">Files</a></h2>
<dd>Class <a href="structcubos_1_1core_1_1geom_1_1Box.html" class="m-doc">cubos::<wbr />core::<wbr />geom::<wbr />Box</a>.</dd>
<dt>file <a href="core_2include_2cubos_2core_2geom_2capsule_8hpp.html" class="m-doc">capsule.hpp</a></dt>
<dd>Class <a href="structcubos_1_1core_1_1geom_1_1Capsule.html" class="m-doc">cubos::<wbr />core::<wbr />geom::<wbr />Capsule</a>.</dd>
<dt>file <a href="intersections_8hpp.html" class="m-doc">intersections.hpp</a></dt>
<dd>Class cubos::core::geom::Intersections.</dd>
</dl>
</section>
<section id="nested-classes">
Expand All @@ -87,6 +89,10 @@ <h2><a href="#nested-classes">Classes</a></h2>
struct <a href="structcubos_1_1core_1_1geom_1_1Capsule.html" class="m-doc">cubos::core::geom::Capsule</a>
</dt>
<dd>Represents a capsule or sphere shape.</dd>
<dt>
struct <a href="structcubos_1_1core_1_1geom_1_1Intersection.html" class="m-doc">cubos::core::geom::Intersection</a>
</dt>
<dd>Contains info regarding an intersection between shapes.</dd>
</dl>
</section>
</div>
Expand Down
Loading

0 comments on commit fd2ce2e

Please sign in to comment.