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

Bezier example optimized for quick compile and run times. #6

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Apr 10, 2024

  1. bezier 2D added

    chinmay0301ucsd committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f5ac3d0 View commit details
    Browse the repository at this point in the history
  2. added Bezier2D code

    chinmay0301ucsd committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7ae2fcc View commit details
    Browse the repository at this point in the history
  3. small fix to readme

    chinmay0301ucsd committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e07529c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Cleanup in progress

    saipraveenb25 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    219c434 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on May 2, 2024

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

Commits on May 3, 2024

  1. Fix formatting and optimize code

    - Changed indents to spaces
    - Start curly braces on a new line
    - Remove unnecessary unrolling and enclose computations in a recompute function for quick compilation and runtimes.
    saipraveenb25 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a952888 View commit details
    Browse the repository at this point in the history