Point(...)
Objects derived from the _Point abstract class with its (initial) position in space determined by coordinate arguments
class Point
| constructors: |
|
|---|---|
| returns: | the point fixed at the indicated x,y,z coordinates, i.e. tuple[0],tuple[1],tuple[2] |
| default: | point at origin, if no coordinate arguments given |
| site ref: |