Example #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)
Example #3
0
 def __init__(self, capture, id):
     Marker.__init__(self, capture, id)
     SampledPositionTrajectory.__init__(self)
 def __init__(self, capture, id):
     Marker.__init__(self, capture, id)
     SampledPositionTrajectory.__init__(self)