Talk:VTK/Examples/Cxx/Filtering/SurfaceFromUnorganizedPoints

From KitwarePublic
< Talk:VTK‎ | Examples
Revision as of 04:55, 26 November 2009 by Pkarasev (talk | contribs) (New page: I'm sure you're aware, but it would be nice if the results were better for a point cloud that is posed as something better described by two surfaces: r = 1 + i%2; x = r*std::cos(phi)*std:...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

I'm sure you're aware, but it would be nice if the results were better for a point cloud that is posed as something better described by two surfaces:

r = 1 + i%2; x = r*std::cos(phi)*std::sin(theta); y = r*std::sin(phi)*std::sin(theta); z = r*std::cos(theta);


This looks not so great, but of course it is not a hypersurface like the sphere anymore so...