CConstrainPosInterval
-
class CConstrainPosInterval
Bases:
CConstraintInterval
A constraint interval that will constrain the position of one node to the position of another.
Inheritance diagram
-
explicit CConstrainPosInterval(std::string const &name, double duration, NodePath const &node, NodePath const &target, bool wrt, LVecBase3 const posOffset = LVector3::zero())
-
CConstrainPosInterval(CConstrainPosInterval const&) = default
Constructs a constraint interval that will constrain the position of one node to the position of another.
If wrt is true, the node’s position will be transformed into the target node’s parent’s space before being copied. If wrt is false, the target node’s local position will be copied unaltered.
-
static TypeHandle get_class_type(void)
-
explicit CConstrainPosInterval(std::string const &name, double duration, NodePath const &node, NodePath const &target, bool wrt, LVecBase3 const posOffset = LVector3::zero())