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

Can't Get Pygame.surface.get_at() To Work Properly

I am trying to retrieve the color I have drawn onto my display using pygame, but I can't seem t… Read more Can't Get Pygame.surface.get_at() To Work Properly

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

How To Plot A Slicing Plane With A Surface With “matplotlib” In Python

I wonder how to create two slicing planes with a surface to two 2d figures. For example, I created … Read more How To Plot A Slicing Plane With A Surface With “matplotlib” In Python

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

Generating A Cylindrical Surface With Np.outer

I was able to previously generate and plot a spherical surface using np.outer: u = np.linspace(0, … Read more Generating A Cylindrical Surface With Np.outer