Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Public Member Functions | Public Attributes | List of all members
jop::ContactInfo Class Reference

#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...
 

Detailed Description

Definition at line 34 of file ContactInfo.hpp.

Constructor & Destructor Documentation

jop::ContactInfo::ContactInfo ( const glm::vec3 &  pos,
const glm::vec3 &  norm 
)

Constructor.

Parameters
posContact position
normContact normal

Member Data Documentation

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.


The documentation for this class was generated from the following file: