Skip to content Skip to sidebar Skip to footer
Showing posts with the label Surface

Constraining Rbf Interpolation Of 3d Surface To Keep Curvature

I've been tasked to develop an algorithm that, given a set of sparse points representing measur… Read more Constraining Rbf Interpolation Of 3d Surface To Keep Curvature

Python 2d Circular Surface In 3d

I am trying to generate the top/bottom of a cylindrical surface. I was able to obtain the lateral s… Read more Python 2d Circular Surface In 3d

Plotting A 3d Surface From A List Of Tuples In Matplotlib

I'm trying to plot a 3d surface from a list of (X,Y,Z) tuples, data is like this, I'm unsur… Read more Plotting A 3d Surface From A List Of Tuples In Matplotlib