WLJS LogoWLJS Notebook

RegionFit

RegionFit[{p1, p2, ...}, "model"] finds a geometric region "model" that best fits the points p1, p2, ….

  • RegionFit[{p1, p2, ...}, "model", "prop"] specifies what fit property "prop" should be returned.

Examples

RegionFit[RandomPoint[Disk[], 100], "Disk"]
RegionFit[pts, "Line", "Region"]

Please visit the official Wolfram Language Reference for more details.

On this page