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

add some collide functions #281

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Feb 1, 2022

  1. add some collide functions

    yansnow78 committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    3496488 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. refactor collyde.py

    add some new collide functions in actor
    yansnow78 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ab54d41 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    4fdcfb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a083151 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Fix flake8 issues

    yansnow78 committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    e045d9f View commit details
    Browse the repository at this point in the history
  2. Fix flake8 issues

    yansnow78 committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    744e056 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Configuration menu
    Copy the full SHA
    f338408 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    5f085d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    291b419 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. correct Collide.Obb.lines() function

    refactor some codes in class Collide
    yansnow78 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9ee0b77 View commit details
    Browse the repository at this point in the history
  2. Fix flake8 issues

    yansnow78 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    7a5c4d4 View commit details
    Browse the repository at this point in the history
  3. correct circle_point, circle_points, cirecle_circle to also return tr…

    …ue when they touch each other
    
    refactor line_circle
    yansnow78 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    8f33ded View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. improve line_circle, line_circle_XY

    replace x ** 2 by x*x everywhere for speed performance
    yansnow78 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    d979120 View commit details
    Browse the repository at this point in the history