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