Description Usage Arguments Examples
Create new 3d Point instance
| 1 | point_3d(n, x, y, z)
 | 
| n | Integer (uniquely) defining the number of the point to be created | 
| x | x position of the point | 
| y | y position of the point | 
| z | z position of the point | 
| 1 | p1 <- point_3d(1, 0.5, 0.5, 0.5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.