Click or drag to resize
DigitalRuneAngularLimitMaximum Property
Gets or sets the maximum movement limit on the three constraint axes (in radians).

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 in radians. One element for each constraint axis. The default is (+∞, +∞, +∞), which means that there is no maximum limit.
See Also