coarse-grained monomers to be part of this cluster
current angular velocity
monomers included in this cluster
Sets new force to be applied (overriding accumulated forces). Use this setter only when you know what you are doing. Otherwise, use addForce* functions.
current force to be applied
Sets new force to be applied (overriding accumulated forces). Use this setter only when you know what you are doing. Otherwise, use addForce* functions.
current force to be applied
Sets new friction coefficient
friction coefficient
Sets new friction coefficient
friction coefficient
Sets new impulse-based force to be applied. Use this setter only when you know what you are doing. Otherwise, use addImpulse* functions.
current impulse-based force to be applied
Sets new impulse-based force to be applied. Use this setter only when you know what you are doing. Otherwise, use addImpulse* functions.
current impulse-based force to be applied
Sets new impulse-based torque to be applied. Use this setter only when you know what you are doing. Otherwise, use addImpulse* functions.
current impulse-based torque to be applied
Sets new impulse-based torque to be applied. Use this setter only when you know what you are doing. Otherwise, use addImpulse* functions.
current impulse-based torque to be applied
current linear velocity
Sets new position of this rigid body
position of this rigid body
Sets new position of this rigid body
position of this rigid body
Sets new rigid body rotation
rotation of this rigid body
Sets new rigid body rotation
rotation of this rigid body
Sets new torque to be applied (overriding accumulated torque). Use this setter only when you know what you are doing. Otherwise, use addForce* functions.
current torque to be applied
Sets new torque to be applied (overriding accumulated torque). Use this setter only when you know what you are doing. Otherwise, use addForce* functions.
current torque to be applied
Applies a given force to the rigid body. The force is applied once in "force-per-seconds" units. In other words, applying force of X per one second would result in the same amount of force added as single impulse of magnitude X.
force to add
Applies a given force to the rigid body at the desired point. The force is applied once in "force-per-seconds" units. In other words, applying force of X per one second would result in the same amount of force added as single impulse of magnitude X.
force to add
location where the force should be applied
Applies impulse to the rigid body. Contrary to force, impulse is applied immediately, i.e., it uses sort of "force-per-frame" units.
impulse to apply
Applies a given impulse to the rigid body at the desired point. Contrary to force, impulse is applied immediately, i.e., it uses sort of "force-per-frame" units.
impulse to apply
location where the impulse should be applied
Clears both impulse & non-impulse force and torque vectors
bounding box of this cluster
bounding sphere of this cluster
Collects components related to this cluster
elements to consider when collecting components
set of components containing the provided elements
Force to be applied during next simulation iteration. Includes also force generated by impulses.
Torque to be applied during the next simulation iteration. Covers also torque generated by impulses.
Converts position in the local space of this rigid body to world space.
local position to convert
corresponding world space position
Updates position of individual elements/monomers based on the last performed rigid body transformation.
Convers position from world space to the corresponding one in the local space of this rigid body.
world space position to convert
corresponding local space position
Generated using TypeDoc
While the rigid body class (& the core of the engine) is abstracted from any molecular-related data model, structure cluster encapsulates a list of coarse-grained monomers, treating them as single rigid body object.