14 #ifndef CCONSTRAINHPRINTERVAL_H
15 #define CCONSTRAINHPRINTERVAL_H
31 bool wrt,
const LVecBase3 hprOffset=LVector3::zero());
33 INLINE
const NodePath &get_node()
const;
34 INLINE
const NodePath &get_target()
const;
37 virtual void output(std::ostream &out)
const;
43 LQuaternion _quatOffset;
49 static void init_type() {
50 CConstraintInterval::init_type();
52 CConstraintInterval::get_class_type());
55 return get_class_type();
57 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A constraint interval that will constrain the orientation of one node to the orientation of another.
The base class for a family of intervals that constrain some property to a value over time.
virtual void priv_step(double t)
Advances the time on the interval.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...