-
I have some spare time.
@mrdoob is it something you want in three.js ?
On CPU:
http://cgit.freedesktop.org/mesa/mesa/tree/src/glu/sgi/libnurbs/interface/glinterface.cc?h=8.0 ( restrictive license )
…
-
Hi, thanks a lot for the nice work.
When I compile the code, there's a error
```
can't find spline.h
```
I download the spline library from [here](https://github.com/ttk592/spline/) and compile a…
-
Hi,
I'm using version chimeraviz_1.13.8.
There is strange error I'm getting whereby the labeling of the chromosomes are not labeled correctly?
For example here is a fusion
```
[1] "Fusion o…
ahdee updated
4 years ago
-
Hey, thanks for the quick implementation of `Interpolation::StrokeBezier`!
This example program:
```rust
extern crate splines;
use splines::{Interpolation, Key, Spline};
fn main() {
let ke…
rukai updated
5 years ago
-
A complete description of each curve parametrization using latex formatting should be introduce. Let's start by describing the existing curves (splines and Bezier), and introduce a new description bef…
-
I have been using your brilliant package for plotting genes onto their respective chromosomes. I have been using both kpPlotMarkers (which works perfectly) and kpPlotDensity, which I am currently havi…
-
@jagot do you use the splines here, or should they be moved out and this made a "minimal" package?
-
1. "Greebles" - scaleable models that adjust their mass based on their volumes and assigned densities (batteries, etc.)
2. Capsule Tanks - spline-based tanks that compute their CoM and MoI on FixedUp…
-
Hello, I'm thinking about using TinySpline in my OpenGL program in order to create camera routes. But in order to edit the route I need to draw the curve generated by TinySpline, then I need to know t…
-
Non-rotated elliptical arcs are in #42, see also issue #37
See also this svg from the [spec](https://www.w3.org/TR/SVG/paths.html#PathDataEllipticalArcCommands):
[arcs.svg.txt](https://github.co…