Point(...)

Objects derived from the _Point abstract class with its (initial) position in space determined by coordinate arguments


class Point

constructors:
  • Point()
  • Point( numeric, numeric <,numeric> )
  • Point( [numeric, numeric <,numeric> ] )
  • Point( (numeric, numeric <,numeric> ) )
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:

http://mathworld.wolfram.com/Point.html