C# Class Nez.Farseer.FSPulleyJoint

Inheritance: FSJoint
Mostra file Open project: prime31/Nez

Public Methods

Method Description
setOtherBodyAnchor ( Vector2 otherBodyAnchor ) : FSPulleyJoint
setOtherBodyGroundAnchor ( Vector2 otherBodyGroundAnchor ) : FSPulleyJoint
setOwnerBodyAnchor ( Vector2 ownerBodyAnchor ) : FSPulleyJoint
setOwnerBodyGroundAnchor ( Vector2 ownerBodyGroundAnchor ) : FSPulleyJoint
setRatio ( float ratio ) : FSPulleyJoint

Private Methods

Method Description
getJointDef ( ) : FSJointDef

Method Details

setOtherBodyAnchor() public method

public setOtherBodyAnchor ( Vector2 otherBodyAnchor ) : FSPulleyJoint
otherBodyAnchor Microsoft.Xna.Framework.Vector2
return FSPulleyJoint

setOtherBodyGroundAnchor() public method

public setOtherBodyGroundAnchor ( Vector2 otherBodyGroundAnchor ) : FSPulleyJoint
otherBodyGroundAnchor Microsoft.Xna.Framework.Vector2
return FSPulleyJoint

setOwnerBodyAnchor() public method

public setOwnerBodyAnchor ( Vector2 ownerBodyAnchor ) : FSPulleyJoint
ownerBodyAnchor Microsoft.Xna.Framework.Vector2
return FSPulleyJoint

setOwnerBodyGroundAnchor() public method

public setOwnerBodyGroundAnchor ( Vector2 ownerBodyGroundAnchor ) : FSPulleyJoint
ownerBodyGroundAnchor Microsoft.Xna.Framework.Vector2
return FSPulleyJoint

setRatio() public method

public setRatio ( float ratio ) : FSPulleyJoint
ratio float
return FSPulleyJoint