Click or drag to resize
DigitalRuneLinearLimitMaximum Property
Gets or sets the maximum movement limit on the three constraint axes.

Namespace: DigitalRune.Physics.Constraints
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public Vector3F Maximum { get; set; }

Property Value

Type: Vector3F
The maximum movement limits. One element for each constraint axis. The default is (+∞, +∞, +∞), which means that there is no maximum limit.
See Also