| # | Line 34 | Line 34 | |
|---|---|---|
| 34 | #define PRIMITIVES_DIRECTIONALATOM_HPP | |
| 35 | ||
| 36 | #include "primitives/Atom.hpp" | |
| 37 | < | |
| 37 | > | #include "types/DirectionalAtomType.hpp" |
| 38 | namespace oopse{ | |
| 39 | class DirectionalAtom : public Atom { | |
| 40 | public: | |
| 41 | < | DirectionalAtom(DirectionalAtom* dAtomType); |
| 41 | > | DirectionalAtom(DirectionalAtomType* dAtomType); |
| 42 | /** | |
| 43 | * Returns the inertia tensor of this stuntdouble | |
| 44 | * @return the inertia tensor of this stuntdouble | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |