17 void OrientedParticleFactory::
18 set_initial_orientation(
const LOrientation &o) {
19 _initial_orientation = o;
25 void OrientedParticleFactory::
26 set_final_orientation(
const LOrientation &o) {
27 _final_orientation = o;
33 LOrientation OrientedParticleFactory::
34 get_initial_orientation()
const {
35 return _initial_orientation;
41 LOrientation OrientedParticleFactory::
42 get_final_orientation()
const {
43 return _final_orientation;