-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Segment
Reading time: 1minConstructs a segment.
Syntax
segment(Point, Point)
segment(Point, Vector)
segment(Triangle, Integer)
segment(Polygon | Polygonal, Integer)
segment(Point)
segment(Vector)
segment(Line)
Description
Given two points A and B, constructs the segment AB¯.
![]() |
![]() |
Given a point A and a vector v, constructs the segment AB¯, where B=A+v.
Following the usual notation for a triangle: vertices A1, A2 and A3 and sides a1, a2 and a3; given an integer i, this function returns the segment ai.
![]() |
![]() |
Given a polygon or polygonal p and an integer i, returns the i-th side of p.
Given a point P, constructs the segment OP¯.
Given a vector v, constructs the segment OP¯, where P=O+v
Returns a segment that belongs to the given line.
![]() |
![]() |