Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

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]:

enter image description here

What does this mean and how does it work?

share|improve this question
4  
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
Hum, quite a number of symbols reported by ?*Form are internal. I bet they are generated internally by built-ins for the front-end. – caya Jan 22 at 18:40
@Szabolcs It has been there as early as 1994. See this posting – Sjoerd C. de Vries May 10 at 21:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.