Skip to content

Commit

Permalink
[PathSegment] minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Dec 14, 2023
1 parent 5b469cc commit aa0bfd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
@@ -1,3 +1,6 @@
### 5.4.10-prerelease0002
- [PathSegment] minor fixes

### 5.4.10-prerelease0001
- [Text] improved Font resolver for Windows and MacOS
- [PathSegment] fixed several PathSegment tools and added a few new ones
Expand Down
2 changes: 0 additions & 2 deletions src/Aardvark.Rendering.Text/PathSegment.fs
Expand Up @@ -1401,8 +1401,6 @@ module PathSegment =

let lfSq = F.LengthSquared

let lfSqCbrt = Fun.Cbrt F.LengthSquared

let diff = lfSq**(-1.5) * ((F.X*H.Y - F.Y*H.X) - 3.0 * (F.X*G.Y - F.Y*G.X) * (F.X*G.X + F.Y*G.Y) / lfSq)
//
//
Expand Down

0 comments on commit aa0bfd4

Please sign in to comment.