/*************************************************************************** * Copyright (c) 2023 Ondsel, Inc. * * * * This file is part of OndselSolver. * * * * See LICENSE file for details about copyright. * ***************************************************************************/ #include "InLineJoint.h" #include "CREATE.h" MbD::InLineJoint::InLineJoint() { } MbD::InLineJoint::InLineJoint(const char* str) { } void MbD::InLineJoint::createInLineConstraints() { addConstraint(CREATE::ConstraintWith(frmI, frmJ, 0)); addConstraint(CREATE::ConstraintWith(frmI, frmJ, 1)); }