C# Class BEPUphysics.Constraints.TwoEntity.JointLimits.JointLimit

Superclass of constraints which have a limited area of free movement.
Inheritance: BEPUphysics.Constraints.TwoEntity.Joints.Joint
Datei anzeigen Open project: Indiefreaks/igf

Protected Properties

Property Type Description
bounceVelocityThreshold float
bounciness float
isLimitActive bool
margin float

Property Details

bounceVelocityThreshold protected_oe property

Minimum velocity necessary for a bounce to occur at a joint limit.
protected float bounceVelocityThreshold
return float

bounciness protected_oe property

Bounciness of this joint limit. 0 is completely inelastic; 1 is completely elastic.
protected float bounciness
return float

isLimitActive protected_oe property

protected bool isLimitActive
return bool

margin protected_oe property

Small area that the constraint can be violated without applying position correction. Helps avoid jitter.
protected float margin
return float