Voxellancer
0.3
A game about voxels in space
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Pages
elasticimpulsor.h
1
#pragma once
2
3
#include <list>
4
5
#include "physics/impulse.h"
6
#include "property/property.h"
7
8
9
class
ElasticImpulsor
{
10
public
:
11
ElasticImpulsor
();
12
13
void
parse(std::list<Impulse>& worldObjectImpulses);
14
15
16
protected
:
17
Property<float>
m_rotationFactor;
18
Property<float>
m_elasticity;
19
};
Property< float >
ElasticImpulsor
Definition:
elasticimpulsor.h:9
src
world
handler
elasticimpulsor.h
Generated on Sun Mar 30 2014 13:32:32 for Voxellancer by
1.8.6