コード例 #1
0
ファイル: rigid_body.py プロジェクト: JonFountain/imusim
    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)
コード例 #2
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)
コード例 #3
0
ファイル: marker.py プロジェクト: JonFountain/imusim
 def __init__(self, capture, id):
     Marker.__init__(self, capture, id)
     SampledPositionTrajectory.__init__(self)
コード例 #4
0
 def __init__(self, capture, id):
     Marker.__init__(self, capture, id)
     SampledPositionTrajectory.__init__(self)