Skip to content

Mistakes in vector subtraction in kurve geometry.h #19

@azaparov

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions