Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mistakes in vector subtraction in kurve geometry.h #19

Open
azaparov opened this issue Mar 9, 2017 · 1 comment
Open

Mistakes in vector subtraction in kurve geometry.h #19

azaparov opened this issue Mar 9, 2017 · 1 comment

Comments

@azaparov
Copy link

azaparov commented Mar 9, 2017

Please note "-" position in following functions:

inline	const	Vector2d& operator-=(const Vector2d &v){dx -= v.dx; dy =- v.dy; return *this;}		
const	Vector3d& operator-=(const Vector3d &v){
			dx -= v.dx; dy =- v.dy; dz = -v.dz; return *this;}			// v1 -= v0;
@J-Dunn
Copy link

J-Dunn commented Apr 8, 2022

This was fixed at some point. Well spotted. Someone should close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants