-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
-
Miscellaneous
-
Wiris Integrations
Point
Reading time: 1minConstructs 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 (0,0).

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 x, constructs the point (x,0).

Returns a point of the given line.

Given a line y(x) and real number x0, returns the point y(x0).

Given a segment PQ¯ 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 
.png)
Returns a specific point of the ellipse/parabola/hyperbola determined by the real number.
.png)
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 x0 and a curve f(x), returns a point with coordinates (x0,f(x0)) in 2D, or (f1(x0),f2(x0)) in 3D.
