kurtz le pirate <kur### [at] gmailcom> wrote:
> Hello,
> What method/object to use to make triangles from three points on a sphere?
>
> After a long search on the web, I didn't find anything.
You could use a sphere and difference/intersection.
isosurface
parametric
polynomial
bicubic_patch
mesh
The mesh approach would likely involve using one of the many methods of starting
with a platonic solid and subdividing each face into more triangles and
normalizing the distance of the new vertices so that the triangles progressively
approximate the surface of the spherical triangle.
Heck, you could probably also use lathe and SOR.
Facetted_sphere or Ring_Sphere macros in shapes3.inc
- BW
Post a reply to this message
|