|
Unravel Engine C++ Reference
|
#include <physics_component.h>
Public Attributes | |
| math::vec3 | a {} |
| math::vec3 | b {} |
| math::vec3 | normal_on_a {} |
| math::vec3 | normal_on_b {} |
| float | distance {} |
| float | impulse {} |
Definition at line 146 of file physics_component.h.
| math::vec3 unravel::manifold_point::a {} |
Definition at line 148 of file physics_component.h.
| math::vec3 unravel::manifold_point::b {} |
Definition at line 149 of file physics_component.h.
| float unravel::manifold_point::distance {} |
Definition at line 152 of file physics_component.h.
| float unravel::manifold_point::impulse {} |
Definition at line 153 of file physics_component.h.
| math::vec3 unravel::manifold_point::normal_on_a {} |
Definition at line 150 of file physics_component.h.
| math::vec3 unravel::manifold_point::normal_on_b {} |
Definition at line 151 of file physics_component.h.