tinynurbs icon indicating copy to clipboard operation
tinynurbs copied to clipboard

C++ library for NURBS curves and surfaces

Results 9 tinynurbs issues
Sort by recently updated
recently updated
newest added

I’ve been trying to implement [IfcBsplineSurface](https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/schema/ifcgeometryresource/lexical/ifcbsplinesurface.htm), [IfcBsplineSurfaceWithKnots](https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/schema/ifcgeometryresource/lexical/ifcbsplinesurfacewithknots.htm) and [IfcRationalBSplineSurfaceWithKnots](https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/schema/ifcgeometryresource/lexical/ifcrationalbsplinesurfacewithknots.htm) using this library in c++ / emscripten / WabAssembly and I having some issues which are probably caused by me doing...

Hi ~ Tinynurbs is a nice library ~ But I encountered a problem when I was using the following code. findSpan will be stuck in an infinite loop. ```c++ vector...

Hi @pradeep-pyro , many thanks for a well written NURBS implementation in modern C++! I wonder if you could consider adding some helper methods around periodic curves and surfaces. -...

Hello Is it possible to define closed NURBS in U or V or both?

basisi.h, Line 73, function close() seems like it should use namespace: util::close()

glibc changed SIGSTKSZ to be a syscall instead of a constant-expression

Hi! I got some problems on the precision issues while using it. When I create a 2D NURBS curve, I found that the precision of the NURBS expression is limited...

This pull request addresses an issue in the findSpan method where, under certain conditions, the method could enter an infinite loop during the binary search process. The primary change involves...