You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originating from this issue in Excimontec MikeHeiber/Excimontec#111, it appears that the calculateDisplacement function is not producing the desired behavior of calculating the displacement along a particular direction. It is currently calculating the absolute displacement which does not distinguish between positive and negative displacements, even though this is how it is being used.
The text was updated successfully, but these errors were encountered:
Resolves#74
- Updated Changelog to note all changes
- Regenerated docs
- Updated copyright in Object class files
- Updated Object::calculateDisplacement function to calculate the net displacement when specifying and direction instead of the absolute displacement and updated the documentation accordingly
- Updated CalculateDisplacement units tests to check for negative displacement when specifying the displacement direction
Originating from this issue in Excimontec MikeHeiber/Excimontec#111, it appears that the calculateDisplacement function is not producing the desired behavior of calculating the displacement along a particular direction. It is currently calculating the absolute displacement which does not distinguish between positive and negative displacements, even though this is how it is being used.
The text was updated successfully, but these errors were encountered: