Skip to content

Cross Product #1

Description

@Exgor2018

It seems there is a bug in line 45 of the file vector.py.
"""Cross product"""
45 return self.x * other.y - self.y * self.x

It should be "return self.x * other.y - self.y * other.x"

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