Point Constructs a point. Syntax point(Real, Real) point(Real, Real, Real) point() point(Complex) point(Vector | List) point(Real) point(Line) point(Line, Real) point(Segment, Real) point(Triangle) point(Triangle, Real) point(Circumference) point(Ellipse | Parabola | Hyperbola, Real) point(Polygonal | Polygon) point(Polygonal | Polygon, Real) point(Arc, Real) point(Curve | Polar_curve, Real) Description point(Real, Real) Constructs a point with coordinates the given numbers. point(Real, Real, Real) Constructs a point with coordinates the given numbers. point() Constructs the point . point(Complex) Given a complex number in binomial form, constructs a point with coordinates real and imaginary part. point(Vector | List) Given a vector or a list with two or three elements, reals, constructs a point with such coordinates. point(Real) Given a real number , constructs the point . point(Line) Returns a point of the given line. point(Line, Real) Given a line and real number , returns the point . point(Segment, Real) Given a segment and a real number , returns the point . point(Triangle) Returns a point of the triangle. point(Triangle, Real) Returns a specific point of the triangle determined by the real number. point(Circumference) Returns a point of the circumference. point(Circumference, Real) Given a circumference and a real number , returns the point . point(Ellipse | Parabola | Hyperbola, Real) Returns a specific point of the ellipse/parabola/hyperbola determined by the real number. point(Polygonal | Polygon) Returns a point of the polygonal or polygon. point(Polygonal | Polygon, Real) Returns a specific point of the polygonal or polygon. point(Arc, Real) Returns a specific point given by the real number (the angle) of an arc. point(Curve | Polar_curve, Real) Given a real number and a curve , returns a point with coordinates in 2D, or in 3D. Related functions First vertex, Line, Plane Table of Contents Syntax Description Related functions