new branch: working
This commit is contained in:
@@ -12,6 +12,11 @@ AbsConstraint::AbsConstraint(const char* str) : Constraint(str)
|
||||
initialize();
|
||||
}
|
||||
|
||||
MbD::AbsConstraint::AbsConstraint(int i)
|
||||
{
|
||||
axis = i;
|
||||
}
|
||||
|
||||
void AbsConstraint::initialize()
|
||||
{
|
||||
axis = 0;
|
||||
|
||||
Reference in New Issue
Block a user