public Point(x as NUMBER = 0, y as NUMBER = 0):
Creates a point from its coordinates.
x
y
origin = Point<Double>() p = Point<Double>(12.0, 5.0)