Ejemplo n.º 1
0
    def __init__(self, name=None):
        """
        Initialise body model.

        @param name: The name of the root L{Joint} of the body model
        """
        SampledJoint.__init__(self, None, name)
        SampledPositionTrajectory.__init__(self)
    def __init__(self, name=None):
        """
        Initialise body model.

        @param name: The name of the root L{Joint} of the body model
        """
        SampledJoint.__init__(self, None, name)
        SampledPositionTrajectory.__init__(self)
Ejemplo n.º 3
0
 def __init__(self, capture, id):
     Marker.__init__(self, capture, id)
     SampledPositionTrajectory.__init__(self)
Ejemplo n.º 4
0
 def __init__(self, capture, id):
     Marker.__init__(self, capture, id)
     SampledPositionTrajectory.__init__(self)