Uses of Class
toxi.physics3d.VerletSpring3D
Packages that use VerletSpring3D
-
Uses of VerletSpring3D in toxi.physics3d
Subclasses of VerletSpring3D in toxi.physics3dModifier and TypeClassDescriptionclass
Implements a spring whose maximum relaxation distance at every time step can be limited to achieve better (if physically incorrect) stability of the whole spring system.class
Implements a string which will only enforce its rest length if the current distance is less than its rest length.Fields in toxi.physics3d with type parameters of type VerletSpring3DModifier and TypeFieldDescriptionParticleString3D.links
VerletPhysics3D.springs
List of spring/sticks connectorsMethods in toxi.physics3d that return VerletSpring3DModifier and TypeMethodDescriptionAttempts to find the spring element between the 2 particles suppliedVerletSpring3D.lockA
(boolean s) (Un)Locks the 1st end point of the spring.VerletSpring3D.lockB
(boolean s) (Un)Locks the 2nd end point of the springVerletSpring3D.setRestLength
(float len) VerletSpring3D.setStrength
(float strength) Methods in toxi.physics3d with parameters of type VerletSpring3DModifier and TypeMethodDescriptionVerletPhysics3D.addSpring
(VerletSpring3D s) Adds a spring connectorboolean
VerletPhysics3D.removeSpring
(VerletSpring3D s) Removes a spring connector from the simulation instance.boolean
VerletPhysics3D.removeSpringElements
(VerletSpring3D s) Removes a spring connector and its both end point particles from the simulation