Trees | Index | Help |
|
---|
Package xode :: Module joint :: Class Joint |
|
TreeNode
--+
|
Joint
Method Summary | |
---|---|
Initialises this node. | |
Handles further parsing. | |
_applyAxisParams(self,
joint,
anum,
axis)
| |
_endElement(self,
name)
| |
_getLinks(self)
| |
_getName(self,
name)
| |
_parseAMotor(self,
world,
link1,
link2)
| |
_parseBallJoint(self,
world,
link1,
link2)
| |
_parseFixedJoint(self,
world,
link1,
link2)
| |
_parseHinge2Joint(self,
world,
link1,
link2)
| |
_parseHingeJoint(self,
world,
link1,
link2)
| |
_parseSliderJoint(self,
world,
link1,
link2)
| |
_parseUniversalJoint(self,
world,
link1,
link2)
| |
_startElement(self,
name,
attrs)
| |
Inherited from TreeNode | |
Adds a child node. | |
list |
Return the list of child nodes. |
instance of TreeNode
|
Find the first ancestor of this node that represents an ODE object of the specified type. |
str or None
|
Return this node's name. |
instance of transform.Transform
|
Return the transform of this node. |
instance |
Return the ODE object represented by this node. |
instance of TreeNode or None
|
Return the parent of this node. |
instance of TreeNode
|
Finds the root node of this parse tree. |
instance of transform.Transform
|
Calculates the absolute transform at this node. |
instance of TreeNode
|
Retrieves a named child node. |
| |
Sets the ODE object represented by this node. |
Method Details |
---|
__init__(self,
name,
parent)
Initialises this node. If the parent is not |
takeParser(self, parser)Handles further parsing. It should be called immediately after the <joint> tag is encountered.
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Feb 4 17:54:12 2007 | http://epydoc.sf.net |