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 a point! macro for constructing points #899

Merged
merged 3 commits into from May 25, 2021
Merged

Add a point! macro for constructing points #899

merged 3 commits into from May 25, 2021

Commits on May 24, 2021

  1. Add a point! macro for construction points

    This macro is similar to the `vector!` macro, except that it builds a point instead of a vector.
    sebcrozet committed May 24, 2021
    Copy the full SHA
    8810b85 View commit details
    Browse the repository at this point in the history
  2. Fix macros tests.

    sebcrozet committed May 24, 2021
    Copy the full SHA
    d6d2a3e View commit details
    Browse the repository at this point in the history
  3. Fix typo

    sebcrozet committed May 24, 2021
    Copy the full SHA
    0490a84 View commit details
    Browse the repository at this point in the history