Cogs.Core
|
Public Attributes | |
WeakEntityPtr | entityB |
glm::vec3 | worldNormalOnA |
glm::vec3 | worldPositionOnA |
float | depth |
Definition at line 16 of file GhostComponent.h.
float Cogs::Core::GhostContact::depth |
Definition at line 21 of file GhostComponent.h.
WeakEntityPtr Cogs::Core::GhostContact::entityB |
Definition at line 18 of file GhostComponent.h.
glm::vec3 Cogs::Core::GhostContact::worldNormalOnA |
Definition at line 19 of file GhostComponent.h.
glm::vec3 Cogs::Core::GhostContact::worldPositionOnA |
Definition at line 20 of file GhostComponent.h.