Top "Geometry-surface" questions

The mathematical or computing concept of a 2-dimensional shape.

fitting a linear surface with numpy least squares

So I want to solve the equation z= a + b*y +c*x,. getting a,b,c. ie: making a (…

python numpy least-squares geometry-surface
How to plot a surface with a texture map

I want to plot a surface with a texture map on it, but the conditions are not the "ideal" ones. …

matlab image-processing texture-mapping geometry-surface