-
We are missing the numpy equivalent of `numpy.interp`:
Perhaps something along the lines of:
`Interpolate(x, xdata, ydata []float64) (y []float64)`
-
First, thank you for this useful tool! Just a request to be able to have begining and ending parameters for the following arguments:
[-oct OCTAVES] [-octs OCTAVESCALE] [-itr ITERATIONS] [-j JITTER] …
-
Hi there, thanks for this amazing project!
Linked to this https://github.com/theatre-js/theatre/issues/86 discussion on Euler angles set in degrees for rotations, it would also be powerful to set k…
-
- [ ] In https://github.com/fontforge/fontforge/pull/71 @khaledhosny said 'the new layers palette seems has its share of small annoyances (the + - buttons often just disappear, does not always grow to…
-
When printing smooth curves built from tiny segments in Marlin - it was identified that estimated print speed in Junction Deviation mode is very sensitive to junction angle between 2 consecutive segme…
-
In my current font project I do extensive simplification of autotraced splines, and have generally been very pleased with the result of @linusromer's implementation of Raph Levien's curve fitting algo…
-
I'm currently implementing a curve widget that will be drawn using `skia` so I'm limited to drawing cubic Bezier segments.
The user will be able to choose different interpolations. E.g. Catmull-Rom…
-
React is nice, Webpack is convenient, but there's just very little need to serve the Primer as "a React app". Simply convert the various parts to HTML directly, and then assemble it as "a page" that _…
Pomax updated
4 years ago
-
OCCT supports approximation with arc segments
https://dev.opencascade.org/doc/dev/refman/html/class_geom2d_convert___approx_arcs_segments.html
we should use it in the svg exporter
-
Is there a way to get the length for an `Edge` object? In particular I'm interested in the length of splines and bezier curves.