Point
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
Three vertices of a planar triangle. | In[1]:=
pt = Graphics[{PointSize[0.1], Point[{3, 0}],
Point[{1, 0.3}], RGBColor[0, 1, 0], Point[{2, 1}]}]; In[2]:= JavaView[pt] |