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

type b2TimeStep

source code


Proxy of C++ b2TimeStep class

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
b2TimeStep
__init__(self) source code
 
__swig_destroy__(...)
delete_b2TimeStep(b2TimeStep self)
Properties [hide private]
  thisown
The membership flag
  dt
b2TimeStep_dt_get(b2TimeStep self) -> float32
  inv_dt
b2TimeStep_inv_dt_get(b2TimeStep self) -> float32
  dtRatio
b2TimeStep_dtRatio_get(b2TimeStep self) -> float32
  velocityIterations
b2TimeStep_velocityIterations_get(b2TimeStep self) -> int32
  positionIterations
b2TimeStep_positionIterations_get(b2TimeStep self) -> int32
  warmStarting
b2TimeStep_warmStarting_get(b2TimeStep self) -> bool
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)

__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. 

__init__(self)
(Constructor)

source code 
Returns: b2TimeStep
Overrides: object.__init__

Property Details [hide private]

thisown

The membership flag

dt

b2TimeStep_dt_get(b2TimeStep self) -> float32

inv_dt

b2TimeStep_inv_dt_get(b2TimeStep self) -> float32

dtRatio

b2TimeStep_dtRatio_get(b2TimeStep self) -> float32

velocityIterations

b2TimeStep_velocityIterations_get(b2TimeStep self) -> int32

positionIterations

b2TimeStep_positionIterations_get(b2TimeStep self) -> int32

warmStarting

b2TimeStep_warmStarting_get(b2TimeStep self) -> bool