Home | Trees | Indices | Help |
|
---|
|
This class is used to build buoyancy controllers.
|
|||
b2BuoyancyControllerDef |
|
||
|
|||
|
|||
|
|||
|
|
|||
thisown The membership flag |
|||
normal b2BuoyancyControllerDef_normal_get(b2BuoyancyControllerDef self) -> b2Vec2 |
|||
offset b2BuoyancyControllerDef_offset_get(b2BuoyancyControllerDef self) -> float32 |
|||
density b2BuoyancyControllerDef_density_get(b2BuoyancyControllerDef self) -> float32 |
|||
velocity b2BuoyancyControllerDef_velocity_get(b2BuoyancyControllerDef self) -> b2Vec2 |
|||
linearDrag b2BuoyancyControllerDef_linearDrag_get(b2BuoyancyControllerDef self) -> float32 |
|||
angularDrag b2BuoyancyControllerDef_angularDrag_get(b2BuoyancyControllerDef self) -> float32 |
|||
useDensity b2BuoyancyControllerDef_useDensity_get(b2BuoyancyControllerDef self) -> bool |
|||
useWorldGravity b2BuoyancyControllerDef_useWorldGravity_get(b2BuoyancyControllerDef self) -> bool |
|||
gravity b2BuoyancyControllerDef_gravity_get(b2BuoyancyControllerDef self) -> b2Vec2 |
|
This class is used to build buoyancy controllers.
|
|
Returns a dictionary representation of self, with dict(var=value [, ...]) additional_ignore can be specified to ignore certain properties.
|
Takes each variable=value pair in the dictionary and sets the attributes based on them
|
delete_b2BuoyancyControllerDef(b2BuoyancyControllerDef self)
|
|
thisownThe membership flag |
normalb2BuoyancyControllerDef_normal_get(b2BuoyancyControllerDef self) -> b2Vec2 |
offsetb2BuoyancyControllerDef_offset_get(b2BuoyancyControllerDef self) -> float32 |
densityb2BuoyancyControllerDef_density_get(b2BuoyancyControllerDef self) -> float32 |
velocityb2BuoyancyControllerDef_velocity_get(b2BuoyancyControllerDef self) -> b2Vec2 |
linearDragb2BuoyancyControllerDef_linearDrag_get(b2BuoyancyControllerDef self) -> float32 |
angularDragb2BuoyancyControllerDef_angularDrag_get(b2BuoyancyControllerDef self) -> float32 |
useDensityb2BuoyancyControllerDef_useDensity_get(b2BuoyancyControllerDef self) -> bool |
useWorldGravityb2BuoyancyControllerDef_useWorldGravity_get(b2BuoyancyControllerDef self) -> bool |
gravityb2BuoyancyControllerDef_gravity_get(b2BuoyancyControllerDef self) -> b2Vec2 |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 24 18:39:58 2009 | http://epydoc.sourceforge.net |