![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
#include <ContactInfo.hpp>
Public Member Functions | |
ContactInfo (const glm::vec3 &pos, const glm::vec3 &norm) | |
Constructor. More... | |
Public Attributes | |
const glm::vec3 | position |
Contact position. More... | |
const glm::vec3 | normal |
Contact normal. More... | |
Definition at line 34 of file ContactInfo.hpp.
jop::ContactInfo::ContactInfo | ( | const glm::vec3 & | pos, |
const glm::vec3 & | norm | ||
) |
Constructor.
pos | Contact position |
norm | Contact normal |
const glm::vec3 jop::ContactInfo::normal |
Contact normal.
Definition at line 50 of file ContactInfo.hpp.
const glm::vec3 jop::ContactInfo::position |
Contact position.
Definition at line 49 of file ContactInfo.hpp.