Overload List
| Name | Description | |
|---|---|---|
| Constraint()()() |
Constructs an empty constraint object. Behavior of the constructed
object is undefined.
| |
| Constraint(Constraint) |
Creates a copy of the given other constraint object.
| |
| Constraint(ConstraintType) |
Constructs a constraint object with the given constraint type.
| |
| Constraint(ConstraintType, Double) |
Constructs a constraint object with the given constraint type and
tolerance.
|