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

Direction type #186

Merged
merged 23 commits into from
Jun 11, 2014
Merged

Direction type #186

merged 23 commits into from
Jun 11, 2014

Commits on May 16, 2014

  1. Add Direction type

    bergey committed May 16, 2014
    1 Configuration menu
    Copy the full SHA
    2d18288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7c3b0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d365fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d4794e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3c3b8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6c1433 View commit details
    Browse the repository at this point in the history
  7. Wall: add instances for Polar

    move some instances around,
    remove some imports
    bergey committed May 16, 2014
    5 Configuration menu
    Copy the full SHA
    ddce8f6 View commit details
    Browse the repository at this point in the history
  8. fix header in Direction

    remove extra language extension pragma
    bergey committed May 16, 2014
    Configuration menu
    Copy the full SHA
    b0b39eb View commit details
    Browse the repository at this point in the history
  9. avoid use of e in Arrowheads

    bergey committed May 16, 2014
    1 Configuration menu
    Copy the full SHA
    9f84cdc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2014

  1. Use atan2 instead of atan

    bergey committed May 19, 2014
    Configuration menu
    Copy the full SHA
    fbc97d0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Export xDir, Direction module

    bergey committed May 23, 2014
    Configuration menu
    Copy the full SHA
    d89c025 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2014

  1. Export Deform from 3D

    bergey committed May 26, 2014
    Configuration menu
    Copy the full SHA
    c3c6724 View commit details
    Browse the repository at this point in the history
  2. Remove law-breaking AffineSpace instance

    Direction R2 is not actually an AffineSpace.
    for all Directions d, d .+^ fullTurn = d
    therefore (d .+^ a) .-. d is not a for a >= fullTurn
    angleBetweenDirs and rotate give nearly the same behavior
    bergey committed May 26, 2014
    Configuration menu
    Copy the full SHA
    d4d7398 View commit details
    Browse the repository at this point in the history
  3. add atan2A function

    bergey committed May 26, 2014
    Configuration menu
    Copy the full SHA
    42b85ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed7410c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e79f568 View commit details
    Browse the repository at this point in the history
  6. glue circle into a Loop

    bergey committed May 26, 2014
    Configuration menu
    Copy the full SHA
    6a27bf9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2014

  1. Configuration menu
    Copy the full SHA
    1ac0743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be96f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. angleBetween is commutative

    It is not right when the intent is to create a rotation between two vectors.
    bergey committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    02dd838 View commit details
    Browse the repository at this point in the history
  2. fix implementation of pointAt

    This code is confusing, untested, and poorly named.  It will probably
    change in the future.  But this implementation is not obviously wrong,
    like the last one was.
    bergey committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    d5e265e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into direction

    Conflicts:
    	src/Diagrams/TwoD/Arc.hs
    bergey committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    34c1266 View commit details
    Browse the repository at this point in the history
  4. fix imports, add some parens

    bergey committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    df10acf View commit details
    Browse the repository at this point in the history