Previous Up Next

14.4.2 Defining a random point in three-dimensions: point3d

The point3d command defines a random point whose coordinates are integers between -5 and 5.

Example

Input:

point3d(A,B,C)

then:

plane(A,B,C)

Output:


Previous Up Next