VehPose.h
Go to the documentation of this file.00001
00005
#ifndef VEH_POSE_H
00006
#define VEH_POSE_H
00007
00008
#include <utils/Linear.h>
00009
00011 struct VehPose {
00012 utils::Vec3d
pos;
00013 utils::Rotation
ori;
00014 };
00015
00016
#endif
00017
Generated on Tue Sep 7 20:37:49 2004 for ModUtils by
1.3.8