Skip to content

Mistakes in vector subtraction in kurve geometry.h #19

Description

@azaparov

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions