-
Hello.
I am having an issue with the GLS results. The coefficients drop between restart and the first exchange between ROMS and SWAN.
I noticed that DISBOT and DISWCAP are zeros in the restart. Shou…
-
So this peeked my curiosity about dynamically creating the spline curve. If I didn't start with a set of points do you think it would be reasonable to project a path in a spiral. Not to bring up games…
-
Testing animation and splines image here https://jpegxl.info/old/art/ https://jpegxl.info/old/anim_jxl_logo.jxl
jxl-oxide fails to decode the image
```
jxl-oxide anim_jxl_logo.jxl -o anim_jxl_l…
-
## Is your feature request related to a problem? Please describe.
Splines in games can be useful in game play and for many other aspects.
## Describe the solution you'd like
Need to add a spline …
-
Hi,
Is there any support for landscape splines? I would like to generate curves in Houdini, and then have them turn into editable landscape splines in Unreal Engine. E.g In Houdini extract roads fr…
-
A [recent post on julia-users](https://groups.google.com/forum/#!topic/julia-users/-bbJ_rVSOjs) made a case for [Cubic Hermite splines](http://en.wikipedia.org/wiki/Cubic_Hermite_spline), that seem to…
-
It would be great to fit coordinates (XY pairs as a function of, say, time). See http://juliamath.github.io/Interpolations.jl/latest/control/#Parametric-splines for example.
MWE:
```julia
n = 10
…
-
The `QuadraticSpline` description in the docs now reads:
> Splines are a local interpolation method, meaning that the curve in a given spot is only affected by the points nearest to it.
That is …
-
#2435 PR with development discussion
**update**
#5370 latest version of GAM PR
#5296 previous PR with comments on most of the changes to get it to work correctly
## TODO:
- [ ] k-fold cro…
-
Cardinal splines are Catmull-Rom splines with an additional *tension* parameter.
This is very similar to Kochanek-Bartels splines, which also have a *tension* parameter (plus *continuity* and *bias…