CConstrainPosHprInterval

from panda3d.direct import CConstrainPosHprInterval
class CConstrainPosHprInterval

Bases: CConstraintInterval

A constraint interval that will constrain the position and orientation of one node to the position and orientation of another.

Inheritance diagram

Inheritance diagram of CConstrainPosHprInterval

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

getNode()

C++ Interface: get_node(CConstrainPosHprInterval self)

/**
  • Returns the “source” node.

*/

getTarget()

C++ Interface: get_target(CConstrainPosHprInterval self)

/**
  • Returns the “target” node.

*/

get_class_type()

C++ Interface: get_class_type()

get_node()

C++ Interface: get_node(CConstrainPosHprInterval self)

/**
  • Returns the “source” node.

*/

get_target()

C++ Interface: get_target(CConstrainPosHprInterval self)

/**
  • Returns the “target” node.

*/