|
bool
|
__eq__(...)
Equality operator for particles, simply compares particle ID values. |
|
|
|
|
|
|
int
|
__hash__(...)
Returns a hash value for use in dictionaries and sets. |
|
|
|
|
__init__(...)
Constructs a spherical particle. |
|
|
|
|
|
|
esys.lsm.util.Vec3
|
getCenter(...)
Returns the centre point of this sphere. |
|
|
|
esys.lsm.util.Vec3
|
getCentre(...)
Returns the centre point of this sphere. |
|
|
|
int
|
getId(...)
Returns the id associated with this particle. |
|
|
|
float
|
getMass(...)
Returns the mass of this particle. |
|
|
|
esys.lsm.util.Vec3
|
getPos(...)
Returns the centre point of this sphere. |
|
|
|
esys.lsm.util.Vec3
|
getPosn(...)
Returns the centre point of this sphere. |
|
|
|
float
|
getRad(...)
Returns the radius of this sphere. |
|
|
|
float
|
getRadius(...)
Returns the radius of this sphere. |
|
|
|
int
|
getTag(...)
Returns the tag assigned to this particle. |
|
|
|
|
rotate(...)
Performs rigid body rotation of the sphere about a specified axis. |
|
|
|
|
setCenter(...)
Sets the centre-point of this sphere. |
|
|
|
|
setCentre(...)
Sets the centre-point of this sphere. |
|
|
|
|
setId(...)
Sets the ID of this spherical particle. |
|
|
|
|
setMass(...)
Sets the mass of this particle. |
|
|
|
|
setPos(...)
Sets the centre-point of this sphere. |
|
|
|
|
setPosn(...)
Sets the centre-point of this sphere. |
|
|
|
|
setRad(...)
Sets the radius of this sphere. |
|
|
|
|
setRadius(...)
Sets the radius of this sphere. |
|
|
|
|
setTag(...)
Sets the tag associated with this particle. |
|
|
|
|
translate(...)
Moves the centre-point of this sphere by a specified translation. |
|
|
|
Inherited from unreachable.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|