31 INLINE
void set_time(
double time);
32 INLINE
bool has_time()
const;
33 INLINE
double get_time()
const;
35 INLINE
void set_pos(
const LPoint3 &pos);
36 INLINE
bool has_pos()
const;
37 INLINE
const LPoint3 &get_pos()
const;
39 INLINE
void set_orient(
const LOrientation &orient);
40 INLINE
bool has_orient()
const;
41 INLINE
const LOrientation &get_orient()
const;
43 INLINE
void set_dt(
double dt);
44 INLINE
bool has_dt()
const;
45 INLINE
double get_dt()
const;
48 MAKE_PROPERTY(time, get_time, set_time);
49 MAKE_PROPERTY(pos, get_pos, set_pos);
50 MAKE_PROPERTY(orient, get_orient, set_orient);
51 MAKE_PROPERTY(dt, get_dt, set_dt);
57 F_has_orient = 0x0004,
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Stores the kinds of data that a tracker might output.