18 #include "pandabase.h" 28 INLINE TrackerData(
const TrackerData ©);
29 void operator = (
const TrackerData ©);
33 INLINE
void set_time(
double time);
34 INLINE
bool has_time()
const;
35 INLINE
double get_time()
const;
37 INLINE
void set_pos(
const LPoint3 &pos);
38 INLINE
bool has_pos()
const;
39 INLINE
const LPoint3 &get_pos()
const;
42 INLINE
bool has_orient()
const;
45 INLINE
void set_dt(
double dt);
46 INLINE
bool has_dt()
const;
47 INLINE
double get_dt()
const;
53 F_has_orient = 0x0004,
65 #include "trackerData.I" This is a unit quaternion representing an orientation.
This is a three-component point in space (as opposed to a three-component vector, which represents a ...
Stores the kinds of data that a tracker might output.