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

Fix TransformAt for Polyline #1035

Merged

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    f36f9a7 View commit details
    Browse the repository at this point in the history
  2. Fix IndexedPolycurve.TransformAt

    TransformAt used incorrect calculation `d = this.Length() * u` that is wrong when parameter is no longer in [0,1] domain.
    DmytroMuravskyi committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    595d605 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

    DmytroMuravskyi committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ed37ab5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d0e4bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6010a44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97ab9f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d491da7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Merge tag '2.1.0-alpha.23' into dmuravskyi/polycurve-transform-at

    # Conflicts:
    #	CHANGELOG.md
    #	Elements/test/IndexedPolyCurveTests.cs
    #	Elements/test/PolylineTests.cs
    DmytroMuravskyi committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    cbe03f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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