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

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

Convert Rectangle To Surface In Pygame

In my code it keeps giving me the error: pygame.surface.Surface.blit(a, (x1, y1)) TypeError: descr… Read more Convert Rectangle To Surface In Pygame