Click or drag to resize
DigitalRunePointOnPlaneConstraintMinimum Property
Gets or sets the minimum movement limits on the plane.

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

Property Value

Type: Vector2F
The minimum movement limits on the plane. The first element is the minimum limit in the plane x-axis direction. The second element is the minimum in the plane y-axis direction. The default is (-∞, -∞), which means that there is no minimum limit.
See Also