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

Vector cleanup #416

Merged
merged 7 commits into from
Mar 19, 2018
Merged

Vector cleanup #416

merged 7 commits into from
Mar 19, 2018

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    1a3b72f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae648e View commit details
    Browse the repository at this point in the history
  3. pygame.math.Vector2 and Vector3 now have different constructors.

    Matches GLSL more closely, with scalar setting all xyz the same.
    Without any inputs it defaults to 0.
    Require 2 scalars for Vector2, and 3 for Vector3.
    illume committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    4e459e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea0fb17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f94939 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e82f89 View commit details
    Browse the repository at this point in the history
  7. MAGNIDUDE typo.

    illume committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    2d6a9c7 View commit details
    Browse the repository at this point in the history