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
6
namespace
MecaCell
{
7
struct
OrientedParticle
:
public
Movable
,
public
Orientable
{
8
OrientedParticle
(
Vector3D
pos
) :
Movable
(
pos
){};
9
};
10
}
11
#endif
pos
MecaCell::Vec pos
Definition:
CellBody.hpp:34
MecaCell::Movable
Definition:
movable.h:6
MecaCell::Orientable
Definition:
orientable.h:5
MecaCell::Vector3D
general purpose 3D vector/point class.
Definition:
vector3D.h:20
MecaCell
this file contains various miscellanious utility functions & helpers *
Definition:
connectablecell.hpp:18
MecaCell::OrientedParticle
Definition:
particle.hpp:7
MecaCell::OrientedParticle::OrientedParticle
OrientedParticle(Vector3D pos)
Definition:
particle.hpp:8
external
MecaCell
mecacell
geometry
particle.hpp
Generated by
1.9.4