I stumbled across a function called PointForm but the only documentation I can find is the pop-up line offered by autocomplete, which contains the same information as Information[PointForm]:

What does this mean and how does it work?
|
I stumbled across a function called
What does this mean and how does it work? |
|||
Graphics3D[{PointForm[Sphere[]], Point[{{0, 0, 0}, {5, 5, 5}}]}]gives "PointForm is not a 3D graphics primitive or directive". Also, apparently it has been there at least since version 7. – Szabolcs Jan 22 at 15:43?*Formare internal. I bet they are generated internally by built-ins for the front-end. – caya Jan 22 at 18:40