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 121 of file physics_component.h.
math::vec3 unravel::manifold_point::a {} |
Definition at line 123 of file physics_component.h.
math::vec3 unravel::manifold_point::b {} |
Definition at line 124 of file physics_component.h.
float unravel::manifold_point::distance {} |
Definition at line 127 of file physics_component.h.
float unravel::manifold_point::impulse {} |
Definition at line 128 of file physics_component.h.
math::vec3 unravel::manifold_point::normal_on_a {} |
Definition at line 125 of file physics_component.h.
math::vec3 unravel::manifold_point::normal_on_b {} |
Definition at line 126 of file physics_component.h.