Files
solver/MbDCode/DispCompIecJecKec.cpp
2023-08-08 18:51:19 -06:00

25 lines
857 B
C++

/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "DispCompIecJecKec.h"
using namespace MbD;
DispCompIecJecKec::DispCompIecJecKec()
{
}
DispCompIecJecKec::DispCompIecJecKec(EndFrmsptr frmi, EndFrmsptr frmj, EndFrmsptr frmk, int axisk): KinematicIeJe(frmi, frmj), efrmK(frmk), axisK(axisk)
{
}
double DispCompIecJecKec::value()
{
return riIeJeKe;
}