|
CoriEngine
|
#include <Physics.hpp>
Public Member Functions | |
| CastResult ()=default | |
Public Attributes | |
| bool | hit { false } |
| float | fraction |
| Vec2 | point |
| Vec2 | normal |
| ShapeRef | shape |
Definition at line 132 of file Physics/Physics.hpp.
|
default |
| float Cori::Physics::CastResult::fraction |
Definition at line 136 of file Physics/Physics.hpp.
| bool Cori::Physics::CastResult::hit { false } |
Definition at line 135 of file Physics/Physics.hpp.
| Vec2 Cori::Physics::CastResult::normal |
Definition at line 138 of file Physics/Physics.hpp.
| Vec2 Cori::Physics::CastResult::point |
Definition at line 137 of file Physics/Physics.hpp.
| ShapeRef Cori::Physics::CastResult::shape |
Definition at line 139 of file Physics/Physics.hpp.