Uses of Enum Class
org.jbox2d.dynamics.joints.LimitState
Packages that use LimitState
Package
Description
Joints are used to constraint two bodies together in various fashions.
-
Uses of LimitState in org.jbox2d.dynamics.joints
Methods in org.jbox2d.dynamics.joints that return LimitStateModifier and TypeMethodDescriptionRopeJoint.getLimitState()static LimitStateReturns the enum constant of this class with the specified name.static LimitState[]LimitState.values()Returns an array containing the constants of this enum class, in the order they are declared.