Stowy Physics Engine 0.1.0
Loading...
Searching...
No Matches
Collision.hpp
Go to the documentation of this file.
1
11#pragma once
12
13#include "CollisionBody.hpp"
14
15namespace stw
16{
37}
Contains the CollisionBody struct.
A body that can receive collisions.
Definition CollisionBody.hpp:26
Definition BroadPhaseGrid.hpp:18
Struct representing a collision.
Definition Collision.hpp:21
CollisionBody * bodyA
Body A of the collision.
Definition Collision.hpp:25
Manifold manifold
Manifold of the collision.
Definition Collision.hpp:35
CollisionBody * bodyB
Body B of the collision.
Definition Collision.hpp:30
Definition Manifold.hpp:20