A 2D column vector with 3 elements.
b2Vec3
|
|
|
|
|
__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_b2Vec3(b2Vec3 self) |
|
|
|
|
|
Set(...)
b2Vec3_Set(b2Vec3 self, float32 x_, float32 y_, float32 z_) |
source code
|
|
|
__neg__(...)
b2Vec3___neg__(b2Vec3 self) -> b2Vec3 |
source code
|
|
|
__iadd__(...)
b2Vec3___iadd__(b2Vec3 self, b2Vec3 v) |
source code
|
|
|
__isub__(...)
b2Vec3___isub__(b2Vec3 self, b2Vec3 v) |
source code
|
|
|
__imul__(...)
b2Vec3___imul__(b2Vec3 self, float32 s) |
source code
|
|