stla
stla
Yes, it works. Thanks.
Actually I still have the same problem: if I provide a color per face, the mesh is not smoothed. So I can't do something like this for example, with sharp...
On Zulip my two screenshots have the same angle. By "not smoothed" I mean that we can see the faces of the mesh when we plot it, as if the...
I don't have a PR in mind. I didn't study **MeshViz** yet, and I'm not a familiar with **Makie**. But I believe we can give the normals in **Makie** and...
How should we define the general torus? A possibility is major radius + minor radius + center + equatorial plane.
Or maybe major radius + minor radius + center + axis of revolution (the normal to the equatorial plane). I think it's more convenient to give a vector than a...
And the `Cone`.
For the torus passing through three given points, I have to do a function computing the circumcircle of three points in the 3D space. I'm wondering whether this function could...
There's a 2D sphere implemented, that is a circle, but it doesn't live in the 3D space. To define a 3D circle I need its center, its radius, and the...
But a 3D sphere is not a 3D circle. I don't understand.