PointList Command
- PointList( <List> )
-
Creates list of points from a list of two-element lists.
PointList({{1,2},{3,4}})
returns {(1,2),(3,4)}.
Creates list of points from a list of two-element lists.
PointList({{1,2},{3,4}})
returns {(1,2),(3,4)}.