-
For the [Catmull-Rom PR](https://github.com/boostorg/math/pull/95), we require C++17 `std::size`. I'm currently simulating C++17 feature support with `requires cxx17_if_constexpr`, which seems to work…
-
I've been playing around with bicubic interpolation for `batoid` surfaces, so thought I'd add them here too. (Might enable us to use less finely gridded atmospheric screens, for instance).
In 2D, …
-
I have implemented the files including and up to Catmull-Rom Interpolation. However, I have noticed that the position of my end effector (the dot) is wrong before I start the animation. I have looked …
-
Hi, when I try to render line with less than 4 values, it doesn't render line. Is that intended or is it a bug?
He is minimalistic ellie reproduction https://ellie-app.com/3MLF4BVzDPKa1
Thanks …
-
@mikeroberts3000 : Pondering about the use case of trigonometric spline and its coefficients. Since I could not find documentation, I am asking here. Can you provide an an insight or at the least any …
-
This is how the first point is currently calculated on the server (present in the code twice, just a heads up):
`Spline.cpp`
```cpp
points[0] = controls[0].lerp(controls[1], -1);
```
This is inco…
xvwyh updated
6 years ago
-
In a future release, would you consider adding filter options for example to smooth pixels while zooming ?
I'm not sure this is the right tool, but for example, a zoomed picture in Firefox is smooth, …
-
***PCSX2 version:***
``1.5.2765 (git)``
***PCSX2 options:***
Default.
***Plugins used:***
GSdx AVX2, LilyPad, SPU2-X (in Async Mix as TimeStretch doesn't fix the issue), cdvdGigaherz, USB/FW/…
Nikuw updated
5 years ago
-
Hey, in most previous assignments we can check the output after we have finished every or at least several functions. This time I noticed that this kind of intermediate output is not being provided. R…
-
In [this notebook](https://colab.research.google.com/drive/1d73jZamicKar5d8D47tOC5cDSFz72Zt_#scrollTo=PHacYa4QWUFK), I have created a simple 2D test object and stacked it in 3D. The 2D object is a rec…