CellModules
particle.hpp
Go to the documentation of this file.
1#ifndef MECACEL_PARTICLE_HPP
2#define MECACEL_PARTICLE_HPP
3#include "../movable.h"
4#include "../orientable.h"
5
6namespace MecaCell {
7struct OrientedParticle : public Movable, public Orientable {
9};
10}
11#endif
MecaCell::Vec pos
Definition: CellBody.hpp:34
general purpose 3D vector/point class.
Definition: vector3D.h:20
this file contains various miscellanious utility functions & helpers *
OrientedParticle(Vector3D pos)
Definition: particle.hpp:8