tinyspline icon indicating copy to clipboard operation
tinyspline copied to clipboard

ANSI C library for NURBS, B-Splines, and Bézier curves with interfaces for C++, C#, D, Go, Java, Javascript, Lua, Octave, PHP, Python, R, and Ruby.

Results 35 tinyspline issues
Sort by recently updated
recently updated
newest added

Hello @msteinbeck, I created a `conda-forge` recipe for `tinyspline` https://github.com/conda-forge/staged-recipes/pull/26343 in order to make the library available in `conda-forge`. This recipe is for the C/C++ only. I also added you...

The tinyspline support `sample` with point num now, but I want to get points from spline with curve tolerance. The tolerance means like the deflection, comes from [OCCT QuasiUniformDeflection](https://github.com/Open-Cascade-SAS/OCCT/blob/master/src/GCPnts/GCPnts_QuasiUniformDeflection.cxx).

I want to use tinyspline with `Periodic`, which comes from the dxf file spline's definition . or maybe `tinyspline` is already supported, but I'm not sure how to use it?

I need to obtain the angle of the tangent line at a point of the function (NURBS), but I am getting results that I don't understand. Below, I am providing...

[ 32%] Built target tinysplineoctave_swig_compilation Consolidate compiler generated dependencies of target tinysplineoctave [ 33%] Building CXX object src/CMakeFiles/tinysplineoctave.dir/octave/tinysplineoctaveOCTAVE_wrap.cxx.o /home/jewel/tinyspline/build/src/octave/tinysplineoctaveOCTAVE_wrap.cxx:1768:31: error: ‘oct_mach_info’ has not been declared 1768 | oct_mach_info::float_format fmt) {...