New in Wolfram Mathematica 6: Symbolic Interface Construction | ◄ previous | next ► |
Create Locator-Based Interfaces
Mathematica 6 lets you create interfaces based on arbitrary movable "locators".
In[1]:= | Manipulate[ Graphics[{LightRed, Polygon[p[[Last[FindShortestTour[p]]]]]}, PlotRange -> {{-1, 1}, {-1, 1}}], {{p, RandomReal[{-1, 1}, {15, 2}]}, Locator}] |
Out[1]= |