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, capture, id): Marker.__init__(self, capture, id) SampledPositionTrajectory.__init__(self)