Uses of Class
toxi.physics3d.VerletSpring3D
Packages that use VerletSpring3D
-
Uses of VerletSpring3D in toxi.physics3d
Subclasses of VerletSpring3D in toxi.physics3dModifier and TypeClassDescriptionclassImplements 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.classImplements 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.linksVerletPhysics3D.springsList 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 connectorbooleanVerletPhysics3D.removeSpring(VerletSpring3D s) Removes a spring connector from the simulation instance.booleanVerletPhysics3D.removeSpringElements(VerletSpring3D s) Removes a spring connector and its both end point particles from the simulation