public CreateLinearConstantSpring ( IFiniteElementNode node1, IFiniteElementNode node2, double springConstant ) : LinearConstantSpring | ||
node1 | IFiniteElementNode | The node at the start of the spring |
node2 | IFiniteElementNode | The node at the end of the spring |
springConstant | double | The constant value of stiffness of the spring. |
return | LinearConstantSpring |