Skip to content

Vector2DotProduct is wrong #72

Description

@funkenblatt

Describe the bug
The implementation of Vector2DotProduct in the raymath module is wrong, it's implemented as v1.x + v2.x*v1.y + v2.y when it should be v1.x*v2.x + v1.y*v2.y

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions