Package pybox2d :: Module Box2D :: Class b2MouseJointDef
[hide private]
[frames] | no frames]

type b2MouseJointDef

source code


Mouse joint definition. This requires a world target point, tuning parameters, and the time step.

Instance Methods [hide private]
b2MouseJointDef
__init__(self)
Mouse joint definition.
source code
 
__repr__(self) source code
 
__getstate__(self, additional_ignore=[])
Returns a dictionary representation of self, with dict(var=value [, ...])
source code
 
__setstate__(self, dict)
Takes each variable=value pair in the dictionary and sets the attributes based on them
source code
 
__swig_destroy__(...)
delete_b2MouseJointDef(b2MouseJointDef self)
    Inherited from b2JointDef
 
ClearUserData(...)
b2JointDef_ClearUserData(b2JointDef self)
source code
 
GetUserData(...)
b2JointDef_GetUserData(b2JointDef self) -> PyObject
source code
 
SetUserData(...)
b2JointDef_SetUserData(b2JointDef self, PyObject data)
source code
 
__del__(self) source code
 
typeName(self)
Return the name of the joint from:...
source code
Properties [hide private]
  thisown
The membership flag
  target
b2MouseJointDef_target_get(b2MouseJointDef self) -> b2Vec2
  maxForce
b2MouseJointDef_maxForce_get(b2MouseJointDef self) -> float32
  frequencyHz
b2MouseJointDef_frequencyHz_get(b2MouseJointDef self) -> float32
  dampingRatio
b2MouseJointDef_dampingRatio_get(b2MouseJointDef self) -> float32
    Inherited from b2JointDef
  body1
b2JointDef_body1_get(b2JointDef self) -> b2Body
  body2
b2JointDef_body2_get(b2JointDef self) -> b2Body
  collideConnected
b2JointDef_collideConnected_get(b2JointDef self) -> bool
  type
b2JointDef_type_get(b2JointDef self) -> b2JointType
  userData
GetUserData(self) -> PyObject
Method Details [hide private]

__init__(self)
(Constructor)

source code 

Mouse joint definition. This requires a world target point, tuning parameters, and the time step.

Returns: b2MouseJointDef
Overrides: b2JointDef.__init__

__repr__(self)
(Representation operator)

source code 
Overrides: b2JointDef.__repr__

__getstate__(self, additional_ignore=[])

source code 

Returns a dictionary representation of self, with 
 dict(var=value [, ...])

additional_ignore can be specified to ignore certain
properties. 

Overrides: _generic_getstate

__setstate__(self, dict)

source code 

Takes each variable=value pair in the dictionary and sets the attributes based on them

Overrides: _generic_setstate

__swig_destroy__(...)

 

delete_b2MouseJointDef(b2MouseJointDef self)

Overrides: b2JointDef.__swig_destroy__

Property Details [hide private]

thisown

The membership flag

target

b2MouseJointDef_target_get(b2MouseJointDef self) -> b2Vec2

maxForce

b2MouseJointDef_maxForce_get(b2MouseJointDef self) -> float32

frequencyHz

b2MouseJointDef_frequencyHz_get(b2MouseJointDef self) -> float32

dampingRatio

b2MouseJointDef_dampingRatio_get(b2MouseJointDef self) -> float32