Maximum allowed position, in local space.
To disable constraint on an axis, use a value smaller than min. e.g.,
// Disable constraint for the x axis
constraint.min[0] = 1;
constraint.max[0] = -1;
Minimum allowed position, in local space.
To disable constraint on an axis, use a value larger than max. e.g.,
// Disable constraint for the x axis
constraint.min[0] = 1;
constraint.max[0] = -1;
Static Type
Translation constraint components for local position.