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

type b2ConstantForceControllerDef

source code


This class is used to build constant force controllers.

Instance Methods [hide private]
 
__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
b2ConstantForceControllerDef
__init__(self) source code
 
__swig_destroy__(...)
delete_b2ConstantForceControllerDef(b2ConstantForceControllerDef self)
Properties [hide private]
  thisown
The membership flag
  F
b2ConstantForceControllerDef_F_get(b2ConstantForceControllerDef self) -> b2Vec2
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 
Overrides: b2ControllerDef.__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

__init__(self)
(Constructor)

source code 
Returns: b2ConstantForceControllerDef
Overrides: b2ControllerDef.__init__

__swig_destroy__(...)

 

delete_b2ConstantForceControllerDef(b2ConstantForceControllerDef self)

Overrides: b2ControllerDef.__swig_destroy__

Property Details [hide private]

thisown

The membership flag

F

b2ConstantForceControllerDef_F_get(b2ConstantForceControllerDef self) -> b2Vec2