Click or drag to resize
DigitalRuneUniversalJointMaximum Property
Gets or sets the maximum rotation limits about the two rotation axis.

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

Property Value

Type: Vector2F
The maximum rotation limits in radians. The first element is the maximum angle about the constraint anchor x-axis. The second element is the maximum angle about the constraint anchor y-axis. The default is (+π / 4, +π / 4).
See Also