15 lines
308 B
C++
15 lines
308 B
C++
#include "DispCompIecJecKec.h"
|
|
|
|
MbD::DispCompIecJecKec::DispCompIecJecKec()
|
|
{
|
|
}
|
|
|
|
MbD::DispCompIecJecKec::DispCompIecJecKec(EndFrmcptr frmi, EndFrmcptr frmj, EndFrmcptr frmk, int axisk): KinematicIeJe(frmi, frmj), efrmK(frmk), axisK(axisk)
|
|
{
|
|
}
|
|
|
|
double MbD::DispCompIecJecKec::value()
|
|
{
|
|
return riIeJeKe;
|
|
}
|