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
Constructs a point with coordinates the given numbers.
Constructs a point with coordinates the given numbers.
Constructs the point .
Given a complex number in binomial form, constructs a point with coordinates real and imaginary part.
Given a vector or a list with two or three elements, reals, constructs a point with such coordinates.
Given a real number , constructs the point .
Returns a point of the given line.
Given a line and real number , returns the point .
Given a segment and a real number , returns the point .
Returns a point of the triangle.
Returns a specific point of the triangle determined by the real number.
Returns a point of the circumference.
Given a circumference and a real number , returns the point .
Returns a specific point of the ellipse/parabola/hyperbola determined by the real number.
Returns a point of the polygonal or polygon.
Returns a specific point of the polygonal or polygon.
Returns a specific point given by the real number (the angle) of an arc.
Given a real number and a curve , returns a point with coordinates in 2D, or in 3D.