| PointOnPlaneConstraintMinimum Property |
Gets or sets the minimum movement limits on the plane.
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public Vector2F Minimum { get; set; }
Public Property Minimum As Vector2F
Get
Set
public:
property Vector2F Minimum {
Vector2F get ();
void set (Vector2F value);
}
member Minimum : Vector2F with 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